swaylock: fix cache miss
This commit is contained in:
parent
1a4fd19596
commit
5a5b544caa
2 changed files with 3 additions and 1 deletions
|
@ -9,7 +9,7 @@ in
|
|||
options.my.swaylock.enable = lib.mkEnableOption { };
|
||||
|
||||
config.programs.swaylock.settings = lib.mkIf cfg.enable {
|
||||
image = toString theme.background;
|
||||
image = theme.backgroundPath;
|
||||
font = font.interface;
|
||||
font-size = font.size.medium;
|
||||
indicator-thickness = 20;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue