more font shit

This commit is contained in:
KoenDR06 2026-02-20 14:11:27 +01:00
parent 56af685890
commit f322a27ff4

View file

@ -44,20 +44,12 @@ in {
zathura zathura
]; ];
fonts.packages = with pkgs; [ fonts = {
enableDefaultPackages = true;
packages = with pkgs; [
nerd-fonts.caskaydia-cove nerd-fonts.caskaydia-cove
rounded-mgenplus
font-awesome_7 font-awesome_7
corefonts
noto-fonts
noto-fonts-cjk-sans
noto-fonts-color-emoji
liberation_ttf
fira-code
fira-code-symbols
mplus-outline-fonts.githubRelease
dina-font
proggyfonts
]; ];
}; };
};
} }