mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
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 = [
|
||||
cfg.package
|
||||
cfg.package.run
|
||||
];
|
||||
] ++ lib.optional cfg.gamescopeSession.enable steam-gamescope;
|
||||
|
||||
networking.firewall = lib.mkMerge [
|
||||
(mkIf cfg.remotePlay.openFirewall {
|
||||
|
Loading…
Reference in New Issue
Block a user