feat(swaylock): add settings

This commit is contained in:
Ahurac 2024-10-22 09:54:54 +02:00
parent 829e76eb56
commit 16a43adda8

View file

@ -178,7 +178,17 @@
'';
};
programs.swaylock = { enable = true; };
programs.swaylock = {
enable = true;
settings = {
color = "202020";
font-size = 24;
font = "Noto Sans";
indicator-radius = 100;
line-uses-ring = true;
separator-color = "00000000";
};
};
programs.anyrun = {
enable = true;