From c16283f9a32c93f20019d01dd512d13e60cfa9d4 Mon Sep 17 00:00:00 2001 From: etwas Date: Tue, 28 Jan 2025 10:37:52 +0100 Subject: [PATCH] feat(hypr): add hypr-dynamic-cursors to plugins (so that it hopefully works now :3) --- home/wm/window-managers.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/home/wm/window-managers.nix b/home/wm/window-managers.nix index bf96460..3c08dcf 100644 --- a/home/wm/window-managers.nix +++ b/home/wm/window-managers.nix @@ -214,6 +214,9 @@ "${nm-applet} &" ]; }; + plugins = with pkgs; [ + hyprlandPlugins.hypr-dynamic-cursors + ]; }; xdg = {