From a9a0e2fc2c674386ad4b4de81c0bf42227a8d356 Mon Sep 17 00:00:00 2001 From: twoneis Date: Sun, 30 Jun 2024 13:09:40 +0200 Subject: [PATCH] no gamescope session --- modules/games/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/games/default.nix b/modules/games/default.nix index f6f1a74..709ac82 100644 --- a/modules/games/default.nix +++ b/modules/games/default.nix @@ -1,7 +1,6 @@ -{ lib, config, pkgs, ... }: lib.mkIf (config.withGames) { +{ lib, config, ... }: lib.mkIf (config.withGames) { programs.steam = { enable = true; - gamescopeSession.enable = true; }; programs.gamescope = {