added FiraCode Nerd Font
This commit is contained in:
parent
2acdac1de9
commit
b8f27bb455
1 changed files with 5 additions and 1 deletions
|
@ -75,7 +75,11 @@
|
||||||
home = "/home/moritz";
|
home = "/home/moritz";
|
||||||
extraGroups = [ "wheel" "networkmanager" "video" ]; # Enable ‘sudo’ for the user.
|
extraGroups = [ "wheel" "networkmanager" "video" ]; # Enable ‘sudo’ for the user.
|
||||||
};
|
};
|
||||||
|
|
||||||
|
fonts.fonts = with pkgs; [
|
||||||
|
(nerdfonts.override { fonts = [ "FiraCode" ];})
|
||||||
|
];
|
||||||
|
|
||||||
# PACKAGES
|
# PACKAGES
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
vim
|
vim
|
||||||
|
|
Loading…
Reference in a new issue