diff --git a/global/software-configuration.nix b/global/software-configuration.nix index 39f972e..30a7e8a 100644 --- a/global/software-configuration.nix +++ b/global/software-configuration.nix @@ -2,6 +2,11 @@ xdg.portal = { enable = true; wlr.enable = true; + xdgOpenUsePortal = true; + extraPortals = with pkgs; [ + #xdg-desktop-portal-gtk + xdg-desktop-portal-gnome + ]; }; # Enable automatic login for the user.