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 = {
|
||||
packages = with pkgs; [
|
||||
(nerdfonts.override {
|
||||
fonts = [
|
||||
"VictorMono" # Just for fun
|
||||
"HeavyData" # Just for fun
|
||||
"NerdFontsSymbolsOnly" # For other tools
|
||||
];
|
||||
})
|
||||
(nerdfonts.override {fonts = ["NerdFontsSymbolsOnly"];})
|
||||
emacs-all-the-icons-fonts
|
||||
weather-icons
|
||||
];
|
||||
|
|
|
@ -50,7 +50,6 @@
|
|||
lig-neq = "more-slanted";
|
||||
lig-equal-chain = "without-notch";
|
||||
lig-hyphen-chain = "without-notch";
|
||||
lig-plus-chain = "without-notch";
|
||||
lig-double-arrow-bar = "without-notch";
|
||||
lig-single-arrow-bar = "without-notch";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue