From ca5e2fa06a97b090e41d2d726f7b17ef9872513a Mon Sep 17 00:00:00 2001 From: Christopher League Date: Fri, 2 Feb 2018 12:55:48 -0500 Subject: [PATCH] xcursor: Better documentation about options --- modules/xcursor.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/xcursor.nix b/modules/xcursor.nix index 013cbe07..939dfa55 100644 --- a/modules/xcursor.nix +++ b/modules/xcursor.nix @@ -39,7 +39,10 @@ in type = types.nullOr cursorType; default = null; 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. ''; }; };