This commit is contained in:
Dave Gallant
2023-11-18 22:42:23 -05:00
parent 05a7d7897b
commit 603d0b3e88
6 changed files with 27 additions and 70 deletions

View File

@@ -1,5 +1,4 @@
{pkgs, ...}: {
# Set system-wide fonts.
fonts.fonts = with pkgs; [
dejavu_fonts
fira-code
@@ -14,7 +13,6 @@
noto-fonts-extra
];
# Set default fonts.
fonts.fontconfig.defaultFonts = {
sansSerif = ["Noto Sans"];
serif = ["Noto Serif"];