configuration.nix/modules/home/programs/swaylock/default.nix
2023-11-21 16:50:22 +02:00

11 lines
164 B
Nix

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