diff --git a/index.html b/index.html index 131881f8..f478b2c2 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 4c4cfc2b..7b293228 100644 --- a/options.html +++ b/options.html @@ -7746,6 +7746,17 @@ percent symbol).
services.cbatticon.updateIntervalSeconds
Number 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.enable
Whether 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.package
Type: package
Default: pkgs.clipman
Declared by:
+ <home-manager/modules/services/clipman.nix>
+ |
services.clipman.systemdTarget
The 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.enable
Whether to enable clipmenu, the clipboard management daemon.
Type: boolean
Default: false
Example: true
Declared by:
<home-manager/modules/services/clipmenu.nix>
|
services.clipmenu.package
clipmenu derivation to use.
Type: package
Default: "pkgs.clipmenu"
Declared by: