From 67c7a148ff80d5d3f7684144c1fe9603052e8651 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Thu, 2 Oct 2025 11:48:17 -0400 Subject: xdg: fix portal configuration --- system/desktops/hyprland.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'system/desktops/hyprland.nix') 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"]; }; }; -- cgit v1.2.3-freya