enable gamescope

This commit is contained in:
2025-05-22 22:19:43 +01:00
parent fc60f584cf
commit 7da24cbbfb
2 changed files with 8 additions and 3 deletions

View File

@@ -8,11 +8,12 @@
enable = true;
remotePlay.openFirewall = true; # Open ports in the firewall for Steam Remote Play
dedicatedServer.openFirewall = true; # Open ports in the firewall for Source Dedicated Server
#gamescopeSession.enable = true;
gamescopeSession.enable = true;
protontricks.enable = true;
extraCompatPackages = [ pkgs.proton-ge-bin ];
};
programs.gamemode.enable = true;
programs.gamescope.enable = true;
programs.cdemu.enable = true;
programs.cdemu.enable = true; # Remember to add users to the cdrom group for this to work
}

View File

@@ -7,6 +7,10 @@
ryubing
mgba
scanmem
heroic
(heroic.override {
extraPkgs = pkgs: [
pkgs.gamescope
];
})
];
}