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 = { # fonts = {
fontconfig = { # fontconfig = {
defaultFonts = { # defaultFonts = {
emoji = with pkgs; [ # emoji = with pkgs; [
nerd-fonts.symbols-only # nerd-fonts.symbols-only
font-awesome # font-awesome
]; # ];
monospace = with pkgs; [ # monospace = with pkgs; [
nerd-fonts.jetbrains-mono # nerd-fonts.jetbrains-mono
nerd-fonts.hack # nerd-fonts.hack
nerd-fonts.symbols-only # nerd-fonts.symbols-only
]; # ];
sansSerif = [ # sansSerif = [
liberation_ttf_v2 # liberation_ttf_v2
]; # ];
serif = [ # serif = [
liberation_ttf_v2 # liberation_ttf_v2
]; # ];
}; # };
antialiasing = true; # antialiasing = true;
hinting = "medium"; # hinting = "medium";
subpixelRendering = "rgb"; # subpixelRendering = "rgb";
}; # };
}; # };
programs = { programs = {
aerc = { aerc = {
enable = true; enable = true;