From 4eee5bed4c749a3b353d8a3749bf0a2c5a8dc5a9 Mon Sep 17 00:00:00 2001 From: khaneliman Date: Wed, 12 Mar 2025 14:52:53 +0000 Subject: [PATCH] deploy: 18780912345970e5b546b1b085385789b6935a83 --- options.xhtml | 57 ++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 56 insertions(+), 1 deletion(-) diff --git a/options.xhtml b/options.xhtml index 6e1fa0e6c..2a119efd8 100644 --- a/options.xhtml +++ b/options.xhtml @@ -8251,7 +8251,7 @@ null or string

-

Cursor configuration. Set to null to disable.

Top-level options declared under this submodule are backend independent +

Cursor configuration.

Top-level options declared under this submodule are backend independent options. Options declared under namespaces such as x11 are backend specific options. By default, only backend independent cursor configurations are generated. If you need configurations for specific @@ -8269,6 +8269,33 @@ null or (submodule)

Default: null

+

Declared by:

+ + +
+ +<home-manager/modules/config/home-cursor.nix> + +
+
+
+ + home.pointerCursor.enable + + +
+
+

Whether to enable cursor config generation.

+ +

Type: +boolean

+ +

Default: +false

+ +

Example: +true

+

Declared by:

@@ -8293,6 +8320,34 @@ package

Example: pkgs.vanilla-dmz

+

Declared by:

+ + +
+ +<home-manager/modules/config/home-cursor.nix> + +
+ +
+ + home.pointerCursor.dotIcons.enable + + +
+
+

Whether to enable .icons config generation for home.pointerCursor +.

+ +

Type: +boolean

+ +

Default: +true

+ +

Example: +true

+

Declared by: