Gamemode & Steam Fix and Add Gamescope

- Move gamemode and steam to system packages
- Add gamescope to user packages
This commit is contained in:
Sravan Balaji
2024-03-27 16:36:59 -04:00
parent 7f320b85d4
commit 21882ba15a
4 changed files with 17 additions and 12 deletions

View File

@@ -0,0 +1,15 @@
{ config, lib, pkgs, ... }:
{
programs.gamemode = {
enable = true;
# settings = {};
# enableRenice = true;
};
programs.steam = {
enable = true;
remotePlay.openFirewall = true;
gamescopeSession.enable = true;
};
}