From 6417a25829745a78946f23d58488fdd60138cc8b Mon Sep 17 00:00:00 2001 From: ekzyis Date: Fri, 26 Apr 2024 02:25:09 +0200 Subject: [PATCH] Add hack from nerd-fonts --- configuration.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/configuration.nix b/configuration.nix index b634cd4..33780bd 100644 --- a/configuration.nix +++ b/configuration.nix @@ -127,6 +127,7 @@ fonts.packages = with pkgs; [ hack-font noto-fonts noto-fonts-cjk noto-fonts-color-emoji + (nerdfonts.override { fonts = [ "Hack" ]; }) ]; # Some programs need SUID wrappers, can be configured further or are