diff --git a/nixos/modules/programs/steam.nix b/nixos/modules/programs/steam.nix index 65ac04a..7762c37 100644 --- a/nixos/modules/programs/steam.nix +++ b/nixos/modules/programs/steam.nix @@ -14,7 +14,7 @@ in { config = lib.mkIf cfg.enable { hardware.graphics.enable32Bit = true; environment.systemPackages = with pkgs; [ - gamescope + gamescope_git ]; programs.steam = { enable = true;