diff options
author | Ben Sima <ben@bsima.me> | 2022-07-11 18:13:37 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2022-07-11 18:13:37 -0400 |
commit | 4b6ccb69da40c3ee93c863aa81631ae964aa66a3 (patch) | |
tree | d3ef401af5cc5989db16e8684245b9ba993d50e8 | |
parent | 97ce3f5c64bb2c78689c871de077288df9435827 (diff) |
Trying to use a fancy new pointer
-rw-r--r-- | lib/linux.nix | 8 |
1 files changed, 4 insertions, 4 deletions
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; |