summaryrefslogtreecommitdiff
path: root/linux.nix
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2019-05-10 12:35:10 -0700
committerBen Sima <ben@bsima.me>2019-05-10 12:35:10 -0700
commit0b804cd07ffe5eb8be1b8f534f5cecf2621e932d (patch)
tree7665801fe8a805bc7101470d49cad335853eceac /linux.nix
parent3745e5c19acb77cbf287cc1d6ba0d0a08703e7f3 (diff)
custom pointers
Diffstat (limited to 'linux.nix')
-rw-r--r--linux.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/linux.nix b/linux.nix
index af0cb60..d994cf1 100644
--- a/linux.nix
+++ b/linux.nix
@@ -191,6 +191,10 @@ in
xsession = {
enable = true;
+ pointerCursor = {
+ package = pkgs.vanilla-dmz;
+ name = "Vanilla-DMZ";
+ };
windowManager = {
xmonad = {
enable = true;