Files
dotfiles/homes/julian/features/hyprland/swaylock.nix
T
2026-06-01 23:14:06 +02:00

10 lines
150 B
Nix

{
programs.swaylock = {
enable = true;
settings = {
ignore-empty-password = true;
indicator-idle-visible = false;
};
};
}