Cursor Themes

From NixOS Wiki
Revision as of 17:59, 3 December 2018 by imported>Erikarvstedt (the topic of cursor themes is severely underdocumented, now we have at least something to start with.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Install the DMZ white cursor theme with [home-manager](https://github.com/rycee/home-manager): ``` home.file.".icons/default".source = "${pkgs.vanilla-dmz}/share/icons/Vanilla-DMZ"; ```