diff --git a/modules/style/gtk.mod.nix b/modules/style/gtk.mod.nix index c1b5983..82a0aab 100644 --- a/modules/style/gtk.mod.nix +++ b/modules/style/gtk.mod.nix @@ -82,9 +82,6 @@ in { GTK_THEME = cfg.theme.name; XCURSOR_THEME = "BreezeX-RosePine-Linux"; XCURSOR_SIZE = cursorSize; - - HYPRCURSOR_THEME = "BreezeX-RosePine-Linux"; - HYPRCURSOR_SIZE = cursorSize; }; etc = let css = import ./gtk-colors.nix {inherit (config.modules.style.colorScheme) colors;};