services.cliphist.enable
Whether to enable cliphist, a clipboard history “manager” for wayland.
Type: boolean
Default:
false
Example:
true
Declared by:
services.cliphist.package
The cliphist package to use.
Type: package
Default:
pkgs.cliphist
Declared by:
services.cliphist.allowImages
Store images in clipboard history.
Type: boolean
Default:
true
Declared by:
services.cliphist.clipboardPackage
The wl-clipboard package to use.
Type: package
Default:
pkgs.wl-clipboard
Declared by:
services.cliphist.extraOptions
Flags to append to the cliphist command.
Type: list of string
Default:
[
"-max-dedupe-search"
"10"
"-max-items"
"500"
]
Declared by:
services.cliphist.systemdTargets
The systemd targets 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.
Note: A single string value is deprecated, please use a list.
Type: (list of string) or string
Default:
[ config.wayland.systemd.target ]
Example:
"sway-session.target"
Declared by: