From 4b6ccb69da40c3ee93c863aa81631ae964aa66a3 Mon Sep 17 00:00:00 2001
From: Ben Sima <ben@bsima.me>
Date: Mon, 11 Jul 2022 18:13:37 -0400
Subject: Trying to use a fancy new pointer

---
 lib/linux.nix | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

(limited to 'lib/linux.nix')

diff --git a/lib/linux.nix b/lib/linux.nix
index c0b0324..7ad0c89 100644
--- a/lib/linux.nix
+++ b/lib/linux.nix
@@ -65,6 +65,10 @@ in
     ./email.nix
   ];
   home = {
+    pointerCursor = {
+      package = pkgs.phinger-cursors;
+      name = "phinger-cursors";
+    };
     keyboard.options = [ "caps:ctrl_modifier" ];
     sessionVariables = {
       LOCALE_ARCHIVE = "${pkgs.glibcLocales}/lib/locale/locale-archive";
@@ -394,10 +398,6 @@ in
 
   xsession = {
     enable = true;
-    pointerCursor = {
-      package = pkgs.vanilla-dmz;
-      name = "Vanilla-DMZ";
-    };
     windowManager = {
       xmonad = {
         enable = true;
-- 
cgit v1.2.3