From 4f1ddb238a83d7cfd8b53efde91d5fef96545708 Mon Sep 17 00:00:00 2001 From: ncfavier Date: Fri, 14 Jul 2023 19:26:59 +0000 Subject: [PATCH] deploy: d2e47de53650d48fd95eb0ec92049d1cb7f09520 --- options.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/options.html b/options.html index 33c542f4..f0f17c2b 100644 --- a/options.html +++ b/options.html @@ -1189,7 +1189,13 @@ are backend specific options. By default, only backend independent cursor configurations are generated. If you need configurations for specific backends, you can toggle them via the enable option. For example, home.pointerCursor.x11.enable -will enable x11 cursor configurations.

Type: null or (submodule)

Default: null

Declared by:

+will enable x11 cursor configurations. +

+Note that this will merely generate the cursor configurations. +To apply the configurations, the relevant subsytems must also be configured. +For example, home.pointerCursor.gtk.enable will generate +the gtk cursor configuration, but gtk.enable needs +to be set for it to be applied.

Type: null or (submodule)

Default: null

Declared by:

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

Package providing the cursor theme.

Type: package

Example: pkgs.vanilla-dmz

Declared by:

<home-manager/modules/config/home-cursor.nix>