Fix broken swaylock config

Had swaylock enable key in wrong place
This commit is contained in:
Evie Litherland-Smith 2023-04-28 11:49:38 +01:00
parent 1eaa2ff333
commit c26950fc2f

View file

@ -16,8 +16,10 @@
jq
socat
];
programs.swaylock.settings = {
programs.swaylock = {
enable = true;
package = pkgs.swaylock-effects;
settings = {
screenshots = true;
clock = true;
indicator = true;
@ -32,7 +34,7 @@
grace = 2;
fade-in = 0.2;
};
programs.swaylock.package = pkgs.swaylock-effects;
};
programs.eww = {
enable = true;
package = pkgs.eww-wayland;