nixos(steam): install steam-gamescope
Allows to launch from a tty, in addition to display-manager.
This commit is contained in:
parent
ca0c899008
commit
b866d85d5c
@ -136,7 +136,7 @@ in {
|
|||||||
environment.systemPackages = [
|
environment.systemPackages = [
|
||||||
cfg.package
|
cfg.package
|
||||||
cfg.package.run
|
cfg.package.run
|
||||||
];
|
] ++ lib.optional cfg.gamescopeSession.enable steam-gamescope;
|
||||||
|
|
||||||
networking.firewall = lib.mkMerge [
|
networking.firewall = lib.mkMerge [
|
||||||
(mkIf cfg.remotePlay.openFirewall {
|
(mkIf cfg.remotePlay.openFirewall {
|
||||||
|
Loading…
Reference in New Issue
Block a user