Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

services.clipman.enable

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

Type: boolean

Default:

false

Example:

true

Declared by:

services.clipman.package

The clipman package to use.

Type: package

Default:

pkgs.clipman

Declared by:

services.clipman.extraArgs

Extra arguments to be passed to the clipman executable.

Type: list of string

Default:

[ ]

Example:

[
  "--max-items"
  "100"
]

Declared by:

services.clipman.systemdTarget

The systemd target that will automatically start the clipman 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:

config.wayland.systemd.target

Example:

"sway-session.target"

Declared by: