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