11 lines
206 B
Nix
11 lines
206 B
Nix
{
|
|
programs.swaylock = {
|
|
enable = true;
|
|
settings = {
|
|
ignore-empty-password = true;
|
|
show-failed-attempts = true;
|
|
daemonize = true;
|
|
show-keyboard-layout = true;
|
|
};
|
|
};
|
|
}
|