fix(fonts): delete unpatched nerdfonts

This commit is contained in:
madmin 2024-07-18 15:54:13 +02:00
parent c05b2eeee2
commit 4da7c24b0e
1 changed files with 1 additions and 1 deletions

View File

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