12 lines
No EOL
234 B
Nix
12 lines
No EOL
234 B
Nix
{ pkgs, config, ... }: {
|
|
programs.swaylock = {
|
|
enable = true;
|
|
settings = {
|
|
color = "808080";
|
|
font-size = 24;
|
|
show-failed-attempts = true;
|
|
effect-blur = "20x2";
|
|
screenshots = true;
|
|
};
|
|
};
|
|
} |