Unverified Commit b866d85d authored by Timothy DeHerrera's avatar Timothy DeHerrera
Browse files

nixos(steam): install steam-gamescope

Allows to launch from a tty, in addition to display-manager.
parent ca0c8990
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 {