stylix still enables some properties.
This commit is contained in:
parent
6dc9174731
commit
66fcbcca67
@ -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" ];
|
||||
};
|
||||
};
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user