Modified config so kiiwy doesn't get mad

This commit is contained in:
2025-01-09 19:28:33 +01:00
parent ba648c277c
commit e09285d330
3 changed files with 164 additions and 170 deletions

View File

@@ -39,10 +39,7 @@ in {
stylix.polarity = "dark";
stylix.base16Scheme = if (cfg.wallpaper == "theme") then
theme
else
"${pkgs.base16-schemes}/share/themes/da-one-ocean.yaml";
stylix.base16Scheme = lib.mkIf (cfg.theme != "theme") "${pkgs.base16-schemes}/share/themes/${cfg.theme}.yaml";
stylix.autoEnable = true;