From 96c7c7f5d24e6aca645a349ac0471a99691ba38d Mon Sep 17 00:00:00 2001 From: Baitinq Date: Fri, 8 Jul 2022 00:30:56 +0200 Subject: Fonts: Only install inconsolata and noto nerd-fonts --- modules/fonts/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/fonts') 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" ]; }) ]; } -- cgit 1.4.1