diff --git a/modules/hm/default.nix b/modules/hm/default.nix index 8f14e31..80a8e1d 100644 --- a/modules/hm/default.nix +++ b/modules/hm/default.nix @@ -24,7 +24,8 @@ in enable = true; plugins = [ - inputs.hyprland-plugins.packages.${pkgs.stdenv.hostPlatform.system}. + inputs.hyprland-plugins.packages.${pkgs.stdenv.hostPlatform.system}.hyprexpo + inputs.hyprland-plugins.packages.${pkgs.stdenv.hostPlatform.system}.hyprscrolling ]; };