From bd578edae65b3d460842b2a9a2209eb161bd05f7 Mon Sep 17 00:00:00 2001 From: Ethan Simmons Date: Wed, 29 May 2024 16:51:08 -0500 Subject: [PATCH] Fix shaders-path path --- features/gaming.nix | 2 +- pkgs/gamescope/{shaders-patch.patch => shaders-path.patch} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename pkgs/gamescope/{shaders-patch.patch => shaders-path.patch} (100%) diff --git a/features/gaming.nix b/features/gaming.nix index 9231631..5843ece 100644 --- a/features/gaming.nix +++ b/features/gaming.nix @@ -2,7 +2,7 @@ environment.systemPackages = with pkgs; [ protonup-qt vesktop - localPackages.gamescope + localPackages.x86_64-linux.gamescope ]; programs.steam = { diff --git a/pkgs/gamescope/shaders-patch.patch b/pkgs/gamescope/shaders-path.patch similarity index 100% rename from pkgs/gamescope/shaders-patch.patch rename to pkgs/gamescope/shaders-path.patch