configuration.nix/modules/programs/swaylock/default.nix

11 lines
164 B
Nix
Raw Normal View History

2023-11-18 11:39:46 +01:00
{
programs.swaylock = {
enable = true;
settings = {
color = "000000";
line-color = "ffffff";
show-failed-attempts = true;
};
};
}