From d09da4b2b066c5709506a35e8b5fa1ccaba647e2 Mon Sep 17 00:00:00 2001 From: uku Date: Sun, 22 Dec 2024 22:43:52 +0100 Subject: [PATCH] feat(games): add steam gamescope session --- programs/games.nix | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/programs/games.nix b/programs/games.nix index 2a35e8c..188b680 100644 --- a/programs/games.nix +++ b/programs/games.nix @@ -13,5 +13,12 @@ }) ]; - programs.steam.enable = true; + programs = { + steam = { + enable = true; + gamescopeSession.enable = true; + }; + + gamemode.enable = true; + }; }