From dc64a3e01055105ccf01642616eb32d7fe2ff355 Mon Sep 17 00:00:00 2001 From: K900 Date: Wed, 22 Nov 2023 17:17:32 +0300 Subject: [PATCH] steam: add gamescope-session as portal provider It provides a portal config file to disable portals in gamescope-session. --- modules/steam/autostart.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/steam/autostart.nix b/modules/steam/autostart.nix index 290af06a..c8b1bb5c 100644 --- a/modules/steam/autostart.nix +++ b/modules/steam/autostart.nix @@ -2,6 +2,7 @@ let inherit (lib) + mkDefault mkIf mkMerge mkOption @@ -143,6 +144,8 @@ in } }); ''; + + xdg.portal.configPackages = mkDefault [ pkgs.gamescope-session ]; }) ]); }