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