From 33f6b0898223a419f03bb5b3628b2928802881a1 Mon Sep 17 00:00:00 2001 From: Bloxx12 Date: Fri, 18 Jul 2025 23:13:02 +0200 Subject: [PATCH] gtk: drop HYPRCURSOR_{SIZE, THEME} variables --- modules/style/gtk.mod.nix | 3 --- 1 file changed, 3 deletions(-) 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;};