feat: Added proton-ge to steam and hdr for primary monitor

This commit is contained in:
uttarayan21
2025-07-26 04:02:38 +05:30
parent e7c8b6b3ba
commit f80df9f5b8
2 changed files with 7 additions and 3 deletions

View File

@@ -1,8 +1,11 @@
{...}: {
{pkgs, ...}: {
programs.steam = {
enable = true;
gamescopeSession.enable = true;
remotePlay.openFirewall = true;
dedicatedServer.openFirewall = true;
extraCompatPackages = [
pkgs.proton-ge-bin
];
};
}