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 = {
nerd-fonts.caskaydia-cove enableDefaultPackages = true;
rounded-mgenplus packages = with pkgs; [
font-awesome_7 nerd-fonts.caskaydia-cove
corefonts font-awesome_7
noto-fonts ];
noto-fonts-cjk-sans };
noto-fonts-color-emoji
liberation_ttf
fira-code
fira-code-symbols
mplus-outline-fonts.githubRelease
dina-font
proggyfonts
];
}; };
} }