From ac19832799567325d4a02a98f8c9ec4b2a900f19 Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Wed, 3 Jan 2024 19:12:01 +0100 Subject: [PATCH] Hyprland: add desktop portal gtk --- modules/hm/hyprland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hm/hyprland.nix b/modules/hm/hyprland.nix index a2a6caa..b603484 100644 --- a/modules/hm/hyprland.nix +++ b/modules/hm/hyprland.nix @@ -7,7 +7,7 @@ ./yazi.nix ]; - home.packages = builtins.attrValues { inherit (pkgs) blueman brillo gamescope grim networkmanagerapplet pamixer playerctl slurp swaylock swww way-lockscreen waybar wl-clipboard wl-clipedit wlogout wofi wofi-emoji; }; + home.packages = builtins.attrValues { inherit (pkgs) blueman brillo gamescope grim networkmanagerapplet pamixer playerctl slurp swaylock swww way-lockscreen waybar wl-clipboard wl-clipedit wlogout wofi wofi-emoji xdg-desktop-portal-gtk; }; # wayland.windowManager.hyprland = { };