hosts: desktop: fix swaylock config

This commit is contained in:
2024-01-13 11:52:35 +01:00
parent 8a5ad571bc
commit 7123d72902

View File

@@ -258,11 +258,14 @@
'';
};
programs.swaylock.settings = {
color = "000000";
image = "$HOME/.config/lockwall";
indicator-caps-lock = true;
show-keyboard-layout = true;
programs.swaylock = {
enable = true;
settings = {
color = "000000";
image = "$HOME/.config/lockwall";
indicator-caps-lock = true;
show-keyboard-layout = true;
};
};
services.swayidle = {