From b8f27bb455e9fbe4be304c088820e9145fe9b89b Mon Sep 17 00:00:00 2001 From: MoritzBoehme Date: Sat, 31 Jul 2021 14:17:22 +0200 Subject: [PATCH] added FiraCode Nerd Font --- configuration.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index c892114..b853000 100644 --- a/configuration.nix +++ b/configuration.nix @@ -75,7 +75,11 @@ home = "/home/moritz"; extraGroups = [ "wheel" "networkmanager" "video" ]; # Enable ‘sudo’ for the user. }; - + + fonts.fonts = with pkgs; [ + (nerdfonts.override { fonts = [ "FiraCode" ];}) + ]; + # PACKAGES environment.systemPackages = with pkgs; [ vim