diff --git a/demilich/home.nix b/demilich/home.nix index ec747e2..f6370b6 100644 --- a/demilich/home.nix +++ b/demilich/home.nix @@ -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;