diff --git a/index.html b/index.html index dc82554be..329a2244d 100644 --- a/index.html +++ b/index.html @@ -1,6 +1,6 @@ -
ca.desrt.dconf or dconf.service?+
ca.desrt.dconf or dconf.service?This manual will eventually describe how to install, use, and extend Home Manager.
diff --git a/options.html b/options.html
index eeccb0c0b..7b61ef609 100644
--- a/options.html
+++ b/options.html
@@ -995,6 +995,31 @@ version ≥ 19.09 and "" otherwise.
home.language.timeThe language to use for formatting times.
Type: null or string
Default: null
Declared by:
<home-manager/modules/home-environment.nix>
+ |
home.pointerCursorCursor configuration. Set to null to disable.
+
+Top-level options declared under this submodule are backend indepedent
+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
+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:
+ <home-manager/modules/config/home-cursor.nix>
+ |
home.pointerCursor.packagePackage providing the cursor theme.
Type: package
Example: pkgs.vanilla-dmz
Declared by:
+ <home-manager/modules/config/home-cursor.nix>
+ |
home.pointerCursor.gtk.enableWhether to enable gtk config generation for home.pointerCursor
+.
Type: boolean
Default: false
Example: true
Declared by:
+ <home-manager/modules/config/home-cursor.nix>
+ |
home.pointerCursor.nameThe cursor name within the package.
Type: string
Example: "Vanilla-DMZ"
Declared by:
+ <home-manager/modules/config/home-cursor.nix>
+ |
home.pointerCursor.sizeThe cursor size.
Type: signed integer
Default: 32
Example: 64
Declared by:
+ <home-manager/modules/config/home-cursor.nix>
+ |
home.pointerCursor.x11.enableWhether to enable x11 config generation for home.pointerCursor
+.
Type: boolean
Default: false
Example: true
Declared by:
+ <home-manager/modules/config/home-cursor.nix>
+ |
home.pointerCursor.x11.defaultCursorThe default cursor file to use within the package.
Type: string
Default: "left_ptr"
Example: "X_cursor"
Declared by:
+ <home-manager/modules/config/home-cursor.nix>
|
home.profileDirectoryThe profile directory where Home Manager generations are installed.
Type: path (read only)
Default:
"${home.homeDirectory}/.nix-profile" or
"/etc/profiles/per-user/${home.username}"
@@ -11374,22 +11399,14 @@ If this and all other xresources options are
<home-manager/modules/xsession.nix>
xsession.numlock.enableWhether to enable Num Lock.
Type: boolean
Default: false
Example: true
Declared by:
<home-manager/modules/misc/numlock.nix>
- |
xsession.pointerCursorThe X cursor theme and settings. The package
-xorg.xcursorthemes contains cursors named
-whiteglass, redglass, and handhelds. The package
-vanilla-dmz contains cursors named Vanilla-DMZ
-and Vanilla-DMZ-AA. Note: handhelds does not seem to work at
-custom sizes.
-
Type: null or submodule
Default: null
Declared by:
- <home-manager/modules/xcursor.nix>
- |
xsession.pointerCursor.packagePackage providing the cursor theme.
Type: package
Example: pkgs.vanilla-dmz
Declared by:
- <home-manager/modules/xcursor.nix>
- |
xsession.pointerCursor.defaultCursorThe default cursor file to use within the package.
Type: string
Default: "left_ptr"
Example: "X_cursor"
Declared by:
- <home-manager/modules/xcursor.nix>
- |
xsession.pointerCursor.nameThe cursor name within the package.
Type: string
Example: "Vanilla-DMZ"
Declared by:
- <home-manager/modules/xcursor.nix>
- |
xsession.pointerCursor.sizeThe cursor size.
Type: signed integer
Default: 32
Example: 64
Declared by:
- <home-manager/modules/xcursor.nix>
+ |
xsession.pointerCursor.packageAlias of home.pointerCursor.package.
Type: submodule
Declared by:
+ <home-manager/modules/config/home-cursor.nix>
+ |
xsession.pointerCursor.defaultCursorAlias of home.pointerCursor.x11.defaultCursor.
Type: submodule
Declared by:
+ <home-manager/modules/config/home-cursor.nix>
+ |
xsession.pointerCursor.nameAlias of home.pointerCursor.name.
Type: submodule
Declared by:
+ <home-manager/modules/config/home-cursor.nix>
+ |
xsession.pointerCursor.sizeAlias of home.pointerCursor.size.
Type: submodule
Declared by:
+ <home-manager/modules/config/home-cursor.nix>
|
xsession.preferStatusNotifierItemsWhether tray applets should prefer using the Status Notifier Items (SNI) protocol, commonly called App Indicators. Note, not all tray applets or status bars support SNI. diff --git a/tools.html b/tools.html index c782c3d6c..ea2a3991b 100644 --- a/tools.html +++ b/tools.html @@ -1,6 +1,6 @@ -
home-manager +
home-manager — reconfigure a user environment
home-manager {
build
|
@@ -84,7 +84,7 @@
|
--verbose
}
- ]
This command updates the user environment so that it corresponds to the
configuration specified in ~/.config/nixpkgs/home.nix or ~/.config/nixpkgs/flake.nix.
@@ -153,7 +153,7 @@ available for immediate garbage collection.
-
The tool accepts the options
-A attrPath
@@ -265,15 +265,15 @@
--verbose
Activates verbose output. -