Changed theme config

This commit is contained in:
2025-01-09 17:32:26 +01:00
parent ba648c277c
commit 751cdf612e

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.wallpaper != "theme" "${pkgs.base16-schemes}/share/themes/da-one-ocean.yaml";
stylix.autoEnable = true;