From 59802a38b6fd541e09e424d981e76991df485aa1 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Sun, 13 Jul 2025 11:33:43 -0400 Subject: patch hy3 to build with hyprland dev --- modules/desktops/hyprland/plugins.nix | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'modules') 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 = { -- cgit v1.2.3-freya