Changed theme config
This commit is contained in:
@@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user