diff --git a/glasshouse-desktop/home/gtk.nix b/glasshouse-desktop/home/gtk.nix index c9870e7..972e72f 100644 --- a/glasshouse-desktop/home/gtk.nix +++ b/glasshouse-desktop/home/gtk.nix @@ -26,16 +26,5 @@ name = "Dracula"; package = pkgs.dracula-theme; }; - cursorTheme = { - name = "Nordzy-cursors"; - package = pkgs.nordzy-cursor-theme; - size = 22; - }; - }; - - home.pointerCursor = { - name = "Nordzy-cursors"; - package = pkgs.nordzy-cursor-theme; - size = 22; }; }