diff options
Diffstat (limited to '')
-rw-r--r-- | system/desktops/hyprland.nix | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/system/desktops/hyprland.nix b/system/desktops/hyprland.nix index 91170bd..eb0778e 100644 --- a/system/desktops/hyprland.nix +++ b/system/desktops/hyprland.nix @@ -15,8 +15,10 @@ in { extraPortals = [ inputs.hyprland.packages.${pkgs.system}.xdg-desktop-portal-hyprland ]; - config = { - hyprland.common = ["gtk" "hyprland"]; + config.hyprland = { + default = ["hyprland" "gtk"]; + "org.freedesktop.impl.portal.FileChooser" = ["gtk"]; + "org.freedesktop.impl.portal.OpenURI" = ["gtk"]; }; }; |