xcursor: Better documentation about options

This commit is contained in:
Christopher League 2018-02-02 12:55:48 -05:00
parent e5ac21ffb2
commit ca5e2fa06a

View file

@ -39,7 +39,10 @@ in
type = types.nullOr cursorType; type = types.nullOr cursorType;
default = null; default = null;
description = '' description = ''
The X cursor theme to use. The X cursor theme and settings. There package pkgs.xorg.xcursorthemes
contains cursors named whiteglass, redglass, and handhelds. The package
pkgs.vanilla-dmz contains cursors named Vanilla-DMZ and Vanilla-DMZ-AA.
Note: handhelds does not seem to work at custom sizes.
''; '';
}; };
}; };