MyNixOS website logo

Whether to enable Hyprlock, Hyprland's GPU-accelerated lock screen utility.

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

On NixOS, it can be enabled using:

security.pam.services.hyprlock = {};
Declarations
Type
boolean
Default
false
Example
true