stylix still enables some properties.

This commit is contained in:
Danilo Reyes 2025-07-25 01:35:49 -06:00
parent 6dc9174731
commit 66fcbcca67
2 changed files with 4 additions and 4 deletions

View File

@ -29,16 +29,16 @@ in
};
};
stylix = {
enable = cfg.enable;
enable = true;
autoEnable = cfg.enable;
iconTheme = {
enable = cfg.enable;
package = scheme.iconPackage;
light = "Papirus-Light";
dark = "Papirus-Dark";
};
targets.librewolf = {
firefoxGnomeTheme.enable = cfg.enable;
enable = true;
firefoxGnomeTheme.enable = true;
profileNames = [ "jawz" ];
};
};

View File

@ -307,7 +307,7 @@ counsel-load-theme with 'SPC h t'.
'doom-opera-light)
((featurep 'base16-stylix-theme)
'base16-stylix)
(t 'doom-one)))
(t 'doom-opera-light)))
#+end_src
* EVALUATE ELISP EXPRESSIONS