mirror of
https://github.com/danth/stylix
synced 2024-11-22 20:23:15 +00:00
Convert Swaylock image to string 🐛
This commit is contained in:
parent
98d1477611
commit
159048c15d
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ in {
|
|||
# See https://github.com/danth/stylix/issues/8#issuecomment-1194484544
|
||||
# This check can be removed when programs.swaylock is in a stable release
|
||||
programs.swaylock.settings = lib.mkIf (options.programs ? swaylock) {
|
||||
image = config.stylix.image;
|
||||
image = "${config.stylix.image}";
|
||||
scaling = "fill";
|
||||
inside-color = inside;
|
||||
inside-clear-color = inside;
|
||||
|
|
Loading…
Reference in a new issue