configuration.nix/modules/programs/swaylock/default.nix
2023-11-18 12:39:46 +02:00

11 lines
164 B
Nix

{
programs.swaylock = {
enable = true;
settings = {
color = "000000";
line-color = "ffffff";
show-failed-attempts = true;
};
};
}