prettier font config

This commit is contained in:
Vinzenz Schroeter 2023-09-17 16:56:11 +02:00
parent 6a28114eb3
commit 3f5720d73c

View file

@ -120,17 +120,10 @@ in {
];
fonts = {
fontconfig.defaultFonts.monospace = ["FiraCode Nerd Font"];
fonts = with pkgs; [
(nerdfonts.override {fonts = ["FiraCode"];})
];
fontconfig = {
defaultFonts = {
serif = [];
sansSerif = [];
monospace = ["FiraCode Nerd Font"];
};
};
};
};
}