no gamescope session

This commit is contained in:
twoneis 2024-06-30 13:09:40 +02:00
parent c919c0d401
commit a9a0e2fc2c

View file

@ -1,7 +1,6 @@
{ lib, config, pkgs, ... }: lib.mkIf (config.withGames) { { lib, config, ... }: lib.mkIf (config.withGames) {
programs.steam = { programs.steam = {
enable = true; enable = true;
gamescopeSession.enable = true;
}; };
programs.gamescope = { programs.gamescope = {