Gaming: restructure role
This commit is contained in:
parent
190044ee8f
commit
ca7dd48db3
6 changed files with 16 additions and 3 deletions
|
|
@ -1,11 +0,0 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
programs.steam = {
|
||||
enable = true;
|
||||
# Doubt that I'll use it, but I'll enable it anyways
|
||||
remotePlay.openFirewall = true;
|
||||
};
|
||||
# Some linux native games (rise of the tomb raider) use alsa for sound
|
||||
services.pipewire.alsa.enable = if config.services.pipewire.pulse.enable == true then true else false;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue