stylix still enables some properties.
This commit is contained in:
parent
6dc9174731
commit
66fcbcca67
@ -29,16 +29,16 @@ in
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
stylix = {
|
stylix = {
|
||||||
enable = cfg.enable;
|
enable = true;
|
||||||
autoEnable = cfg.enable;
|
autoEnable = cfg.enable;
|
||||||
iconTheme = {
|
iconTheme = {
|
||||||
enable = cfg.enable;
|
|
||||||
package = scheme.iconPackage;
|
package = scheme.iconPackage;
|
||||||
light = "Papirus-Light";
|
light = "Papirus-Light";
|
||||||
dark = "Papirus-Dark";
|
dark = "Papirus-Dark";
|
||||||
};
|
};
|
||||||
targets.librewolf = {
|
targets.librewolf = {
|
||||||
firefoxGnomeTheme.enable = cfg.enable;
|
enable = true;
|
||||||
|
firefoxGnomeTheme.enable = true;
|
||||||
profileNames = [ "jawz" ];
|
profileNames = [ "jawz" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
@ -307,7 +307,7 @@ counsel-load-theme with 'SPC h t'.
|
|||||||
'doom-opera-light)
|
'doom-opera-light)
|
||||||
((featurep 'base16-stylix-theme)
|
((featurep 'base16-stylix-theme)
|
||||||
'base16-stylix)
|
'base16-stylix)
|
||||||
(t 'doom-one)))
|
(t 'doom-opera-light)))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
* EVALUATE ELISP EXPRESSIONS
|
* EVALUATE ELISP EXPRESSIONS
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user