diff --git a/modules/games/default.nix b/modules/games/default.nix index 7a1338d..71281b6 100644 --- a/modules/games/default.nix +++ b/modules/games/default.nix @@ -1,6 +1,7 @@ { lib, config, pkgs, ... }: lib.mkIf (config.withGames) { programs.steam = { enable = true; + gamescopeSession.enabe = true; }; programs.gamescope = {