diff --git a/index.html b/index.html index 131881f86..f478b2c2d 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 4c4cfc2bf..7b293228f 100644 --- a/options.html +++ b/options.html @@ -7746,6 +7746,17 @@ percent symbol).
services.cbatticon.updateIntervalSecondsNumber of seconds between updates of the battery information.
Type: null or positive integer, meaning >0
Default: null
Example: 5
Declared by:
<home-manager/modules/services/cbatticon.nix>
+ |
services.clipman.enableWhether to enable clipman, a simple clipboard manager for Wayland.
Type: boolean
Default: false
Example: true
Declared by:
+ <home-manager/modules/services/clipman.nix>
+ |
services.clipman.packageType: package
Default: pkgs.clipman
Declared by:
+ <home-manager/modules/services/clipman.nix>
+ |
services.clipman.systemdTargetThe systemd target that will automatically start the Waybar service. +
+When setting this value to "sway-session.target",
+make sure to also enable wayland.windowManager.sway.systemdIntegration,
+otherwise the service may never be started.
+
Type: string
Default: "graphical-session.target"
Example: "sway-session.target"
Declared by:
+ <home-manager/modules/services/clipman.nix>
|
services.clipmenu.enableWhether to enable clipmenu, the clipboard management daemon.
Type: boolean
Default: false
Example: true
Declared by:
<home-manager/modules/services/clipmenu.nix>
|
services.clipmenu.packageclipmenu derivation to use.
Type: package
Default: "pkgs.clipmenu"
Declared by: