adyya-flake/fonts.mod.nix
Ittihadyya 95a2cb6ff5
Some checks failed
/ Check formatting (push) Failing after 1m44s
Removed beeref cause it wasn't used - fixed up the fonts.

2024-12-18 11:01:22 +02:00

16 lines
326 B
Nix

{
personal.modules = [
(
{pkgs, ...}: {
fonts.packages = with pkgs; [
dina-font
wqy_zenhei # this is so that hanzi doesn't look like pixel art
nerd-fonts.noto
nerd-fonts.fira-code
nerd-fonts.ubuntu-sans
charis-sil
];
}
)
];
}