Fix Iosevka compile error (lig-plus-chain), narrow nerdfonts to symbols only install
This commit is contained in:
parent
5d40a05c7c
commit
bea24879bd
|
@ -75,13 +75,7 @@
|
||||||
};
|
};
|
||||||
fonts = {
|
fonts = {
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
(nerdfonts.override {
|
(nerdfonts.override {fonts = ["NerdFontsSymbolsOnly"];})
|
||||||
fonts = [
|
|
||||||
"VictorMono" # Just for fun
|
|
||||||
"HeavyData" # Just for fun
|
|
||||||
"NerdFontsSymbolsOnly" # For other tools
|
|
||||||
];
|
|
||||||
})
|
|
||||||
emacs-all-the-icons-fonts
|
emacs-all-the-icons-fonts
|
||||||
weather-icons
|
weather-icons
|
||||||
];
|
];
|
||||||
|
|
|
@ -50,7 +50,6 @@
|
||||||
lig-neq = "more-slanted";
|
lig-neq = "more-slanted";
|
||||||
lig-equal-chain = "without-notch";
|
lig-equal-chain = "without-notch";
|
||||||
lig-hyphen-chain = "without-notch";
|
lig-hyphen-chain = "without-notch";
|
||||||
lig-plus-chain = "without-notch";
|
|
||||||
lig-double-arrow-bar = "without-notch";
|
lig-double-arrow-bar = "without-notch";
|
||||||
lig-single-arrow-bar = "without-notch";
|
lig-single-arrow-bar = "without-notch";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue