blob: d2e8ba929f1dab058375fda8cd634e11ea7e131d (
plain)
1
2
3
4
5
6
7
|
{pkgs, ...}: {
fonts = {
enableDefaultPackages = false;
fontconfig.enable = true;
packages = [pkgs.nerd-fonts.iosevka pkgs.ibm-plex pkgs.liberation_ttf]; # for terminal (blackbox or foot or ghostty)
};
}
|