fixed chscheme and chpaper to work with new colorscheme and wallpaper variable locations

This commit is contained in:
pagedmov
2024-11-06 00:35:37 -05:00
parent 6ccc57f95e
commit 115384a926
10 changed files with 32 additions and 20 deletions

View File

@@ -7,7 +7,8 @@
}:
let
scheme = "black-metal-venom";
scheme = "tokyo-night-dark";
wallpaper = "${self}/assets/wallpapers/nord-balloons.png";
in
{
options = {
@@ -18,7 +19,7 @@ in
enable = true;
base16Scheme = "${pkgs.base16-schemes}/share/themes/${scheme}.yaml";
override.base00 = "030303";
image = "${self}/assets/wallpapers/sleeping-blackmetal.png";
image = wallpaper;
homeManagerIntegration = {
autoImport = true;
followSystem = true;