diff --git a/options.html b/options.html index f2790eec..7d82c699 100644 --- a/options.html +++ b/options.html @@ -9311,6 +9311,8 @@ Can be used to specify extensions.

Type:

Declared by:

<home-manager/modules/services/spotifyd.nix> +
services.ssh-agent.enable

Whether to enable OpenSSH private key agent.

Type: boolean

Default: false

Example: true

Declared by:

+ <home-manager/modules/services/ssh-agent.nix>
services.stalonetray.enable

Whether to enable Stalonetray system tray.

Type: boolean

Default: false

Example: true

Declared by:

<home-manager/modules/services/stalonetray.nix>
services.stalonetray.package

The package to use for the Stalonetray binary.

Type: package

Default: pkgs.stalonetray

Example: pkgs.stalonetray

Declared by: