diff options
author | Freya Murphy <freya@freyacat.org> | 2025-07-13 11:33:43 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-07-13 11:33:43 -0400 |
commit | 59802a38b6fd541e09e424d981e76991df485aa1 (patch) | |
tree | 4c2335b09a6e22a8afc59bb301f6f36ae9e3f629 /modules/desktops | |
parent | update commits (diff) | |
download | dotfiles-nix-59802a38b6fd541e09e424d981e76991df485aa1.tar.gz dotfiles-nix-59802a38b6fd541e09e424d981e76991df485aa1.tar.bz2 dotfiles-nix-59802a38b6fd541e09e424d981e76991df485aa1.zip |
patch hy3 to build with hyprland dev
Diffstat (limited to 'modules/desktops')
-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 = { |