Unverified Commit ec55889a authored by Timothy DeHerrera's avatar Timothy DeHerrera Committed by GitHub
Browse files

Merge pull request #228571 from nrdxp/steam-gamescope-fix

Resolve Issues with Steam Gamescope module
parents a735718b b866d85d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -84,6 +84,7 @@ in {

    gamescopeSession = mkOption {
      description = mdDoc "Run a GameScope driven Steam session from your display-manager";
      default = {};
      type = types.submodule {
        options = {
          enable = mkEnableOption (mdDoc "GameScope Session");
@@ -135,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 {