Don't need to add tt-schemes to extraSpecialArgs
This commit is contained in:
parent
5b7183fd63
commit
bfb83536a4
|
@ -33,7 +33,7 @@
|
||||||
hostname ? "Atlas",
|
hostname ? "Atlas",
|
||||||
...
|
...
|
||||||
}: rec {
|
}: rec {
|
||||||
inherit hostname tt-schemes;
|
inherit hostname;
|
||||||
accentColour = "base07"; # catppuccin lavender
|
accentColour = "base07"; # catppuccin lavender
|
||||||
catppuccinVariant = "Mocha";
|
catppuccinVariant = "Mocha";
|
||||||
iosevkaCustom = {
|
iosevkaCustom = {
|
||||||
|
|
Reference in a new issue