Cursor Themes: Difference between revisions

From NixOS Wiki
imported>Erikarvstedt
the topic of cursor themes is severely underdocumented, now we have at least something to start with.
 
imported>Erikarvstedt
m switched to mediawiki formatting
Line 1: Line 1:
Install the DMZ white cursor theme with [home-manager](https://github.com/rycee/home-manager):
To install the DMZ white cursor theme with [https://github.com/rycee/home-manager home-manager], add this to your home-manager config:
```
 
<code>
home.file.".icons/default".source = "${pkgs.vanilla-dmz}/share/icons/Vanilla-DMZ";
home.file.".icons/default".source = "${pkgs.vanilla-dmz}/share/icons/Vanilla-DMZ";
```
</code>

Revision as of 18:03, 3 December 2018

To install the DMZ white cursor theme with home-manager, add this to your home-manager config:

home.file.".icons/default".source = "${pkgs.vanilla-dmz}/share/icons/Vanilla-DMZ";