Move nerdfont set to common

This commit is contained in:
Natsu Kagami 2021-10-21 12:49:00 -04:00
parent 9c46f1c78c
commit a262378e8e
3 changed files with 34 additions and 2 deletions

View file

@ -5,8 +5,6 @@ let
in
{
home.packages = [
# Enable the FSM font with NF variant
(pkgs.nerdfonts.override { fonts = [ "FantasqueSansMono" ]; })
];
programs.alacritty = {