diff --git a/users/tazjin/home/shared.nix b/users/tazjin/home/shared.nix index 887668a2f..a5aa5296a 100644 --- a/users/tazjin/home/shared.nix +++ b/users/tazjin/home/shared.nix @@ -110,7 +110,7 @@ in iconTheme.name = "Chicago95-tux"; iconTheme.package = chicago95; - cursorTheme.name = "Chicago95_Animated_Hourglass_Cursors_HiDPI"; + cursorTheme.name = lib.mkDefault "Chicago95_Animated_Hourglass_Cursors"; cursorTheme.package = chicago95; }; diff --git a/users/tazjin/home/zamalek.nix b/users/tazjin/home/zamalek.nix index d24de945b..98da5e6b2 100644 --- a/users/tazjin/home/zamalek.nix +++ b/users/tazjin/home/zamalek.nix @@ -8,4 +8,6 @@ depot.users.tazjin.home.shared depot.users.tazjin.home.persistence ]; + + gtk.cursorTheme.name = lib.mkForce "Chicago95_Animated_Hourglass_Cursors_HiDPI"; }