about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--users/tazjin/home/shared.nix2
-rw-r--r--users/tazjin/home/zamalek.nix2
2 files changed, 3 insertions, 1 deletions
diff --git a/users/tazjin/home/shared.nix b/users/tazjin/home/shared.nix
index 887668a2f9fd..a5aa5296a132 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 d24de945bb28..98da5e6b233e 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";
 }