Fix broken swaylock config
Had swaylock enable key in wrong place
This commit is contained in:
parent
1eaa2ff333
commit
c26950fc2f
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue