From 466df6238c80756056a04f9aa403d746275394f4 Mon Sep 17 00:00:00 2001 From: Kyler Clay Date: Thu, 10 Oct 2024 04:12:45 -0400 Subject: [PATCH] Commit for generation 220 --- glasshouse-desktop/home/gtk.nix | 11 ----------- 1 file changed, 11 deletions(-) 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; }; }