diff --git a/modules/home/gtk.nix b/modules/home/gtk.nix index 4fee87c..c942066 100644 --- a/modules/home/gtk.nix +++ b/modules/home/gtk.nix @@ -30,16 +30,5 @@ variant = "mocha"; }; }; - cursorTheme = { - name = "Nordzy-cursors"; - package = pkgs.nordzy-cursor-theme; - size = 22; - }; - }; - - home.pointerCursor = { - name = "Nordzy-cursors"; - package = pkgs.nordzy-cursor-theme; - size = 22; }; }