Add dejavu_fonts for compatibility

This commit is contained in:
Evie Litherland-Smith 2025-01-31 13:55:56 +00:00
parent 5183d9d314
commit f85f0e2ea5

View file

@ -237,6 +237,7 @@
};
};
fonts.packages = with pkgs; [
dejavu_fonts # Compatibility
liberation_ttf # Documents
lmodern # LaTeX
(nerdfonts.override { fonts = [ "NerdFontsSymbolsOnly" ]; })