remove font config for now

This commit is contained in:
2026-08-20 12:28:21 -05:00
parent 5ac6408727
commit ff59fb17c5

View File

@@ -49,30 +49,30 @@
};
};
};
fonts = {
fontconfig = {
defaultFonts = {
emoji = with pkgs; [
nerd-fonts.symbols-only
font-awesome
];
monospace = with pkgs; [
nerd-fonts.jetbrains-mono
nerd-fonts.hack
nerd-fonts.symbols-only
];
sansSerif = [
liberation_ttf_v2
];
serif = [
liberation_ttf_v2
];
};
antialiasing = true;
hinting = "medium";
subpixelRendering = "rgb";
};
};
# fonts = {
# fontconfig = {
# defaultFonts = {
# emoji = with pkgs; [
# nerd-fonts.symbols-only
# font-awesome
# ];
# monospace = with pkgs; [
# nerd-fonts.jetbrains-mono
# nerd-fonts.hack
# nerd-fonts.symbols-only
# ];
# sansSerif = [
# liberation_ttf_v2
# ];
# serif = [
# liberation_ttf_v2
# ];
# };
# antialiasing = true;
# hinting = "medium";
# subpixelRendering = "rgb";
# };
# };
programs = {
aerc = {
enable = true;