diff --git a/hosts/modules/hyprland.nix b/hosts/modules/hyprland.nix index 9cbde51..51fb060 100644 --- a/hosts/modules/hyprland.nix +++ b/hosts/modules/hyprland.nix @@ -8,14 +8,12 @@ xdg.portal = { enable = true; - extraPortals = [pkgs.xdg-desktop-portal-gtk]; + extraPortals = with pkgs; [ + xdg-desktop-portal-hyprland + xdg-desktop-portal-gtk + ]; config = { - common = { - default = ["hyprland" "gtk"]; - }; - hyprland = { - default = ["hyprland" "gtk"]; - }; + Hyprland.default = [ "hyprland" "gtk" ]; }; };