From c506d9c185b14c1ea12e2bb3d0c7d0bf7f829d0d Mon Sep 17 00:00:00 2001 From: imxyy_soope_ Date: Wed, 22 Jul 2026 17:00:12 +0800 Subject: [PATCH] steam: add GE proton --- modules/desktop/gaming/steam.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modules/desktop/gaming/steam.nix b/modules/desktop/gaming/steam.nix index d0da875..6be738e 100644 --- a/modules/desktop/gaming/steam.nix +++ b/modules/desktop/gaming/steam.nix @@ -15,10 +15,12 @@ in config = lib.mkIf cfg.enable { programs.steam = { enable = true; - package = pkgs.steam; extraPackages = with pkgs; [ gamescope ]; + extraCompatPackages = with pkgs; [ + proton-ge-bin + ]; }; my.persist.homeDirs = [ ".local/share/Steam"