Skip to content

Commit

Permalink
Merge pull request #228 from Jovian-Experiments/disable-portals
Browse files Browse the repository at this point in the history
steam: add gamescope-session as portal provider
  • Loading branch information
K900 authored Nov 24, 2023
2 parents 1ccd4c9 + dc64a3e commit d8bd439
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions modules/steam/autostart.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

let
inherit (lib)
mkDefault
mkIf
mkMerge
mkOption
Expand Down Expand Up @@ -143,6 +144,8 @@ in
}
});
'';

xdg.portal.configPackages = mkDefault [ pkgs.gamescope-session ];
})
]);
}

0 comments on commit d8bd439

Please sign in to comment.