hosts: desktop: fix swaylock config

This commit is contained in:
Kabbone 2024-01-13 11:52:35 +01:00
parent 8a5ad571bc
commit 7123d72902
Signed by: Kabbone
SSH Key Fingerprint: SHA256:A5zPB5I6u5V78V51c362BBdCwhDhfDUVbt7NfKdjWBY

View File

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