From 9ac4ed9a6af1b2f30028f8cd6ea82c6543946a00 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Fri, 21 Jun 2024 20:43:31 +0200 Subject: [PATCH] revert: remove cursor theme --- modules/home/gtk.nix | 11 ----------- 1 file changed, 11 deletions(-) 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; }; }