only incude fonts that i want to use

This commit is contained in:
Kristian Krsnik 2023-08-27 20:19:50 +02:00
parent d12bbd3787
commit 49a621b985

View File

@ -3,7 +3,7 @@
fonts.fontconfig.enable = true;
home.packages = with pkgs; [
nerdfonts
(nerdfonts.override {fonts = ["FiraCode"];})
];
};
}