From b8a93a72a664c3fd4f251c9978e2340b5c9ed468 Mon Sep 17 00:00:00 2001 From: Tristan Druyen Date: Tue, 30 Jul 2024 13:31:54 +0200 Subject: [PATCH] fix: Enable gamescope properly --- os-mods/desktop/gaming.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/os-mods/desktop/gaming.nix b/os-mods/desktop/gaming.nix index 0a0446c..f334db8 100644 --- a/os-mods/desktop/gaming.nix +++ b/os-mods/desktop/gaming.nix @@ -25,12 +25,9 @@ dedicatedServer.openFirewall = true; }; programs.xwayland.enable = true; + programs.gamescope.enable = true; chaotic.steam.extraCompatPackages = with pkgs; [ proton-ge-custom ]; - - environment.systemPackages = with pkgs; [ - gamescope - ]; }