This commit is contained in:
kenji
2025-08-24 17:22:33 -05:00
parent a39ffa9cc7
commit 12da637cf8
7 changed files with 27 additions and 23 deletions
+11 -11
View File
@@ -3,15 +3,15 @@
myConfig,
...
}: {
programs.steam = {
enable = true;
remotePlay.openFirewall = true;
gamescopeSession.enable = true;
extraCompatPackages = with pkgs; [proton-ge-bin];
extraPackages = with pkgs; [
mangohud
gamescope-wsi
];
};
programs.gamemode.enable = true;
# programs.steam = {
# enable = true;
# remotePlay.openFirewall = true;
# gamescopeSession.enable = true;
# extraCompatPackages = with pkgs; [proton-ge-bin];
# extraPackages = with pkgs; [
# # mangohud
# # gamescope-wsi
# ];
# };
# programs.gamemode.enable = true;
}
-1
View File
@@ -24,6 +24,5 @@
# jovian.steamos.enableBluetoothConfig = true;
# jovian.steamos.useSteamOSConfig = true;
# jovian.steamos.enableMesaPatches = true;
# jovian.devices.steamdeck.enableControllerUdevRules = true;
}