Fix Iosevka compile error (lig-plus-chain), narrow nerdfonts to symbols only install

This commit is contained in:
Evie Litherland-Smith 2024-03-02 13:44:20 +00:00
parent 5d40a05c7c
commit bea24879bd
2 changed files with 1 additions and 8 deletions

View file

@ -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
];

View file

@ -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";
};