Skip to content

Commit

Permalink
steam: add gamescope-session as portal provider
Browse files Browse the repository at this point in the history
It provides a portal config file to disable portals in gamescope-session.
  • Loading branch information
K900 committed Nov 24, 2023
1 parent 85605f8 commit dc64a3e
Showing 1 changed file with 3 additions and 0 deletions.
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 dc64a3e

Please sign in to comment.