add fonts

This commit is contained in:
Osman Faruk Bayram 2024-10-12 12:16:06 +03:00
parent 1dfeae2df6
commit e94a1ca091

View file

@ -21,6 +21,18 @@
# networking.proxy.default = "http://user:password@proxy:port/";
# networking.proxy.noProxy = "127.0.0.1,localhost,internal.domain";
fonts.packages = with pkgs; [
noto-fonts
noto-fonts-cjk
noto-fonts-emoji
liberation_ttf
fira-code
fira-code-symbols
mplus-outline-fonts.githubRelease
dina-font
proggyfonts
];
# Enable networking
networking.networkmanager.enable = true;