Move gamescope stuff to steam module

This commit is contained in:
2026-02-12 19:28:53 +01:00
parent 61e41fca0a
commit 33893cafd8
2 changed files with 26 additions and 47 deletions

View File

@@ -104,16 +104,7 @@ in
];
# Or disable the firewall altogether.
# networking.firewall.enable = false;
programs.gamescope.enable = true;
programs.steam.gamescopeSession = {
enable = true;
args = [
"-w" "1920"
"-h" "1080"
"-r" "172"
];
};
# Install firefox.
programs.firefox.enable = true;