From 57345466b26d0360151116016ce35a0bf71271e1 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Thu, 4 Jul 2024 18:24:02 +0200 Subject: install less nerd fonts --- common.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common.nix b/common.nix index 0a6ff78..d6c653c 100644 --- a/common.nix +++ b/common.nix @@ -415,8 +415,8 @@ in # more fonts packages = with pkgs; [ - # includes nice developer fonts and used by starship - nerdfonts + # add patched fonts for editor & terminal + (nerdfonts.override { fonts = [ "Iosevka" "IosevkaTerm" ]; }) # unicode capable fonts babelstone-han -- cgit v1.2.3