From 901367c76ae723ba1e566f91aa9d01a20c0c0ee1 Mon Sep 17 00:00:00 2001 From: twoneis Date: Wed, 26 Jun 2024 15:10:55 +0200 Subject: [PATCH] gamescope session --- modules/games/default.nix | 1 + 1 file changed, 1 insertion(+) 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 = {