add more steam options

This commit is contained in:
jopejoe1 2024-04-03 21:39:11 +02:00
parent 36ca3ace66
commit b982371fb1

View file

@ -11,9 +11,13 @@ in {
enable = true;
remotePlay.openFirewall = true;
dedicatedServer.openFirewall = true;
localNetworkGameTransfers.openFirewall = true;
gamescopeSession.enable = true;
extest.enable = true;
extraCompatPackages = with pkgs; [
proton-ge-bin
];
};
programs.steam.gamescopeSession.enable = true;
};
}