From 53aa15b6ea92f3ae8fcb8f839374b9231b7b013d Mon Sep 17 00:00:00 2001 From: Filippo Berto Date: Tue, 9 Jan 2024 16:24:24 +0100 Subject: [PATCH] Wofi-emoji: add dependency --- 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 fda19ce..a0d1f0e 100644 --- a/modules/hm/hyprland.nix +++ b/modules/hm/hyprland.nix @@ -8,7 +8,7 @@ ./wl_update_background.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 xdg-desktop-portal-gtk; }; + 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 wtype xdg-desktop-portal-gtk; }; # wayland.windowManager.hyprland = { };