steam stuff @m3-ares

This commit is contained in:
m3tam3re
2025-02-06 06:44:21 +01:00
parent 8785824cde
commit bd97658bd2
2 changed files with 15 additions and 9 deletions

View File

@ -12,7 +12,13 @@
enable = true;
remotePlay.openFirewall = true;
dedicatedServer.openFirewall = true;
gamescopeSession.enable = true;
gamescopeSession = {
enable = true;
args = [
"-W 1920"
"-H 1080"
];
};
};
programs.gamescope = {
package = pkgs.stable.gamescope;