From bea24879bd443ee9c286e2590f5bb280f5b6d180 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Sat, 2 Mar 2024 13:44:20 +0000 Subject: [PATCH] Fix Iosevka compile error (lig-plus-chain), narrow nerdfonts to symbols only install --- system/default.nix | 8 +------- system/iosevka.nix | 1 - 2 files changed, 1 insertion(+), 8 deletions(-) diff --git a/system/default.nix b/system/default.nix index 184d8f97..a0cd040c 100644 --- a/system/default.nix +++ b/system/default.nix @@ -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 ]; diff --git a/system/iosevka.nix b/system/iosevka.nix index 85104498..eed376df 100644 --- a/system/iosevka.nix +++ b/system/iosevka.nix @@ -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"; };