From b866d85d5cd2d3f518a00a154513f520180cc3d5 Mon Sep 17 00:00:00 2001 From: Timothy DeHerrera Date: Thu, 27 Apr 2023 11:59:25 -0600 Subject: [PATCH] nixos(steam): install steam-gamescope Allows to launch from a tty, in addition to display-manager. --- nixos/modules/programs/steam.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/programs/steam.nix b/nixos/modules/programs/steam.nix index 78001116764e..c63b31bde11f 100644 --- a/nixos/modules/programs/steam.nix +++ b/nixos/modules/programs/steam.nix @@ -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 {