use gamescope for all systems

This commit is contained in:
Sean Kovacs 2026-03-03 16:19:44 -05:00
commit f258beb032
Signed by: sckova
GPG key ID: 00F325187C68651A
2 changed files with 4 additions and 4 deletions

View file

@ -49,6 +49,10 @@
}; };
programs = { programs = {
gamescope = {
enable = true;
capSysNice = false;
};
gnupg.agent = { gnupg.agent = {
enable = true; enable = true;
enableSSHSupport = true; enableSSHSupport = true;

View file

@ -36,10 +36,6 @@
boot.loader.limine.maxGenerations = lib.mkForce 100; boot.loader.limine.maxGenerations = lib.mkForce 100;
programs = { programs = {
gamescope = {
enable = true;
capSysNice = false;
};
steam = { steam = {
enable = true; enable = true;
gamescopeSession.enable = true; gamescopeSession.enable = true;