added FiraCode Nerd Font
This commit is contained in:
parent
2acdac1de9
commit
b8f27bb455
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue