From fd67cbdac329abd4d37ea64cfa6a7645aacf08ec Mon Sep 17 00:00:00 2001 From: alsaiduq-lab Date: Fri, 13 Feb 2026 12:57:01 -0700 Subject: [PATCH] capitalized wasnt aware --- hosts/modules/hyprland.nix | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) 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" ]; }; };