From 9d1a1a5cdccf50d4f8135ce91e5e724ec6907a19 Mon Sep 17 00:00:00 2001
From: rycee
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