{ pkgs, ... }: {
  fonts = {
    enableFontDir = true;
    fonts = with pkgs; [ comic-sans comic-code ];
  };
}