From 0e5ae3b12a706e51b871ccf33f6336270b903bcc Mon Sep 17 00:00:00 2001 From: teto Date: Sun, 15 Oct 2023 12:04:13 +0000 Subject: [PATCH] deploy: 3b67ae3f665379c06999641f99d94dba75b53876 --- options.html | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/options.html b/options.html index 1cc0c1a6c..5da20a2c9 100644 --- a/options.html +++ b/options.html @@ -12312,6 +12312,22 @@ null or positive integer, meaning >0

Default null

Example: 5

Declared by:

<home-manager/modules/services/cbatticon.nix> +
services.cliphist.enable

Whether to enable cliphist, a clipboard history “manager” for wayland.

Type: +boolean

Default: +false

Example: +true

Declared by:

+<home-manager/modules/services/cliphist.nix> +
services.cliphist.package

The cliphist package to use.

Type: +package

Default: +pkgs.cliphist

Declared by:

+<home-manager/modules/services/cliphist.nix> +
services.cliphist.systemdTarget

The systemd target that will automatically start the cliphist service.

When setting this value to "sway-session.target", +make sure to also enable wayland.windowManager.sway.systemd.enable, +otherwise the service may never be started.

Type: +string

Default: +"graphical-session.target"

Example: +"sway-session.target"

Declared by:

+<home-manager/modules/services/cliphist.nix>
services.clipman.enable

Whether to enable clipman, a simple clipboard manager for Wayland.

Type: boolean

Default: false

Example: