From f047357eb4535a8fa5ee862ed429d92d96f94ed3 Mon Sep 17 00:00:00 2001 From: ulic-youthlic Date: Fri, 13 Jun 2025 14:34:07 +0800 Subject: [PATCH] module(steam): Use gamescope_git instead of gamescope --- nixos/modules/programs/steam.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;