diff --git a/options.html b/options.html index 667268de3..e26c3a664 100644 --- a/options.html +++ b/options.html @@ -9661,7 +9661,12 @@ Starship configuration

Default:

Declared by:

<home-manager/modules/programs/starship.nix> -
programs.swaylock.enable

Whether to enable swaylock.

Type: +

programs.swaylock.enable

Whether to enable swaylock.

Note that PAM must be configured to enable swaylock to perform +authentication. The package installed through home-manager +will not be able to unlock the session without this +configuration.

On NixOS, this is by default enabled with the sway module, but +for other compositors it can currently be enabled using:

security.pam.services.swaylock = {};
+

Type: boolean

Default:

true  if state version < 23.05 and settings ≠ { },
 false otherwise