summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Cullmann <christoph@cullmann.io>2024-07-04 18:24:02 +0200
committerChristoph Cullmann <christoph@cullmann.io>2024-07-04 18:24:02 +0200
commit57345466b26d0360151116016ce35a0bf71271e1 (patch)
tree9707d5c20992cc90ca085ea3858f2146c5cf5d75
parent1210b5432a4e0409f2bb677a77551db25f7621a2 (diff)
install less nerd fonts
-rw-r--r--common.nix4
1 files 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