added FiraCode Nerd Font

This commit is contained in:
Moritz Böhme 2021-07-31 14:17:22 +02:00
parent 2acdac1de9
commit b8f27bb455

View file

@ -76,6 +76,10 @@
extraGroups = [ "wheel" "networkmanager" "video" ]; # Enable sudo for the user.
};
fonts.fonts = with pkgs; [
(nerdfonts.override { fonts = [ "FiraCode" ];})
];
# PACKAGES
environment.systemPackages = with pkgs; [
vim