summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortriethyl <triethylammonium@pm.me>2025-08-25 13:57:58 -0400
committertriethyl <triethylammonium@pm.me>2025-08-25 13:57:58 -0400
commitcc622196f25c4c200c2ba0d722656be862d1a316 (patch)
tree3f2281f076fdf6918fa85ff60ef561f64aedae8a
parentb07e65a01a9f00ec4c7f52fe5e26222c1c40e791 (diff)
steam: added proton GE
-rw-r--r--features/system/gui/apps/steam.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/features/system/gui/apps/steam.nix b/features/system/gui/apps/steam.nix
index de17f43..ab383bf 100644
--- a/features/system/gui/apps/steam.nix
+++ b/features/system/gui/apps/steam.nix
@@ -13,6 +13,9 @@ in {
remotePlay.openFirewall = true;
dedicatedServer.openFirewall = true;
gamescopeSession.enable = true;
+ extraCompatPackages = with pkgs; [
+ proton-ge-bin
+ ];
};
hardware.steam-hardware.enable = true;
programs.gamemode.enable = true;