feat(home/core): add Meslo nerd Font

This commit is contained in:
madmin 2024-09-01 15:19:52 +02:00
parent a7f233e00e
commit 982a69cff8
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
home.packages = with pkgs; [ home.packages = with pkgs; [
pkgs.noto-fonts pkgs.noto-fonts
# pkgs.nerdfonts # => loads the complete collection. # pkgs.nerdfonts # => loads the complete collection.
(nerdfonts.override { fonts = [ "FiraCode" "GeistMono" "SourceCodePro" "DroidSansMono"]; }) (nerdfonts.override { fonts = [ "FiraCode" "GeistMono" "SourceCodePro" "DroidSansMono" "Meslo"]; })
]; ];
} }