From f495530a862dc7fad97beb58665eb71ca4229001 Mon Sep 17 00:00:00 2001 From: smayzy Date: Sat, 4 Jul 2026 13:32:23 +0200 Subject: [PATCH] add gamescope to steam --- modules/nix/games/steam.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/nix/games/steam.nix b/modules/nix/games/steam.nix index b95f7d9..f800bdd 100644 --- a/modules/nix/games/steam.nix +++ b/modules/nix/games/steam.nix @@ -16,6 +16,6 @@ in config = mkIf config.smayzy.steam.enable { programs.steam.enable = true; - environment.systemPackages = with pkgs; [ depotdownloader]; + environment.systemPackages = with pkgs; [ depotdownloader gamescope ]; }; }