From cabe7153ed28f847eb244b26400ecf9b35862333 Mon Sep 17 00:00:00 2001 From: notgne2 Date: Thu, 16 Oct 2025 02:49:15 -0700 Subject: [PATCH] no more silly cursor --- home-manager/modules/ezpcusr.nix | 6 ------ 1 file changed, 6 deletions(-) diff --git a/home-manager/modules/ezpcusr.nix b/home-manager/modules/ezpcusr.nix index 48a8832..3414d3f 100644 --- a/home-manager/modules/ezpcusr.nix +++ b/home-manager/modules/ezpcusr.nix @@ -88,18 +88,12 @@ in { portalPackage = pkgs.xdg-desktop-portal-hyprland; plugins = with pkgs.hyprlandPlugins; [ # inputs.hy3.packages.${pkgs.stdenv.hostPlatform.system}.hy3 - # inputs.hypr-dynamic-cursors.packages.${pkgs.stdenv.hostPlatform.system}.hypr-dynamic-cursors hy3 - hypr-dynamic-cursors (inputs.hypr-darkwindow.packages.${pkgs.stdenv.hostPlatform.system}.Hypr-DarkWindow.overrideAttrs (super: { buildInputs = with pkgs; [hyprland.dev] ++ hyprland.buildInputs; })) ]; settings = { - "plugin:dynamic-cursors" = { - mode = "rotate"; - shake.enabled = false; - }; "plugin:hy3" = { no_gaps_when_only = 1; };