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.blueman-applet.enable

Whether to enable the Blueman applet.

Note that for the applet to work, the blueman service should be enabled system-wide. You can enable it in the system configuration using

services.blueman.enable = true;

Type: boolean

Default:

false

Example:

true

Declared by:

services.blueman-applet.package

The blueman package to use.

Type: package

Default:

pkgs.blueman

Declared by:

services.blueman-applet.systemdTargets

The systemd targets that will automatically start the blueman applet 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: list of string

Default:

[
  "graphical-session.target"
]

Example:

[
  "sway-session.target"
]

Declared by: