dotfiles/common/desktop_environment/hyprland/home_manager/hyprlock.nix

12 lines
140 B
Nix

{
...
}:
{
programs.hyprlock = {
enable = true;
settings = {
hide_cursor = true;
# no_fade_in = true;
};
};
}