diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/desktops/hyprland/plugins.nix | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/modules/desktops/hyprland/plugins.nix b/modules/desktops/hyprland/plugins.nix index b218e74..21aff3b 100644 --- a/modules/desktops/hyprland/plugins.nix +++ b/modules/desktops/hyprland/plugins.nix @@ -3,15 +3,12 @@ config, system, ... -}: let - hyprland-plugins = inputs.hyprland-plugins.packages.${system}; - hy3 = inputs.hy3.packages.${system}; -in { +}: { home-manager.users.${config.user} = { wayland.windowManager.hyprland = { plugins = [ - hyprland-plugins.hyprexpo - hy3.hy3 + inputs.hyprland-plugins.packages.${system}.hyprexpo + inputs.self.packages.${system}.hy3 ]; settings.plugin = { |