gamescope session

This commit is contained in:
twoneis 2024-06-26 15:10:55 +02:00
parent 43b196641b
commit 901367c76a

View file

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