Gaming: restructure role

This commit is contained in:
Toast 2023-10-03 00:36:14 +02:00
parent 190044ee8f
commit ca7dd48db3
6 changed files with 16 additions and 3 deletions

View file

@ -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;
}