Get wallpaper path in theme

This commit is contained in:
Elnu 2023-01-25 22:17:47 -08:00
parent d5797493c0
commit 180a87464c
3 changed files with 3 additions and 2 deletions

View file

@ -9,3 +9,4 @@ in
css = lib: lib.strings.concatStringsSep "\n" (lib.attrValues (lib.mapAttrs (k: v: " --${k}: ${v};") theme.colors));
}
// theme // { colors = theme.colors // colors; }
// { wallpaper = ../wallpapers/${theme.wallpaper}; }