about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBaitinq <[email protected]>2022-07-08 00:30:56 +0200
committerBaitinq <[email protected]>2022-07-08 00:51:26 +0200
commit2cfb75f6da32beb91d953ecb46cfeb0c3efa438e (patch)
treeb9a44a61b045d7570475613d75383e076526e829
parentXMonad: Fix bug with borders not showing on non-fullscreen floating windows (diff)
downloadnixos-config-2cfb75f6da32beb91d953ecb46cfeb0c3efa438e.tar.gz
nixos-config-2cfb75f6da32beb91d953ecb46cfeb0c3efa438e.tar.bz2
nixos-config-2cfb75f6da32beb91d953ecb46cfeb0c3efa438e.zip
Fonts: Only install inconsolata and noto nerd-fonts
-rw-r--r--modules/fonts/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/fonts/default.nix b/modules/fonts/default.nix
index 9e791b6..d1c8c40 100644
--- a/modules/fonts/default.nix
+++ b/modules/fonts/default.nix
@@ -3,6 +3,6 @@
     noto-fonts
     noto-fonts-cjk
     noto-fonts-emoji
-    nerdfonts
+    (nerdfonts.override { fonts = [ "InconsolataLGC" "Noto" ]; })
   ];
 }