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 = { };