nixos(steam): install steam-gamescope

Allows to launch from a tty, in addition to display-manager.
This commit is contained in:
Timothy DeHerrera 2023-04-27 11:59:25 -06:00
parent ca0c899008
commit b866d85d5c
No known key found for this signature in database
GPG key ID: E44213186BC9AFE2

View file

@ -136,7 +136,7 @@ in {
environment.systemPackages = [
cfg.package
cfg.package.run
];
] ++ lib.optional cfg.gamescopeSession.enable steam-gamescope;
networking.firewall = lib.mkMerge [
(mkIf cfg.remotePlay.openFirewall {