use proper config path for swaylock
This commit is contained in:
parent
031f16f3af
commit
6efdccd641
|
@ -765,7 +765,7 @@ in {
|
||||||
command = "swaylock -f";
|
command = "swaylock -f";
|
||||||
}];
|
}];
|
||||||
};
|
};
|
||||||
home.file.".config/swaylock/config".text = ''
|
xdg.configFile."swaylock/config".text = ''
|
||||||
image=${theme.background}
|
image=${theme.background}
|
||||||
font=${font.interface}
|
font=${font.interface}
|
||||||
font-size=${font.size.medium}
|
font-size=${font.size.medium}
|
||||||
|
|
Loading…
Reference in a new issue