nixos/gui: Add fonts

This commit is contained in:
Jack O'Sullivan 2022-09-09 17:47:27 +01:00
parent b0054f36d5
commit 5d04f72d00

View File

@ -25,5 +25,14 @@ in
};
programs.dconf.enable = true;
fonts.fonts = with pkgs; [
dejavu_fonts
freefont_ttf
gyre-fonts # TrueType substitutes for standard PostScript fonts
liberation_ttf
unifont
noto-fonts-emoji
];
};
}