1

Add emacs fonts + vterm

This commit is contained in:
2022-07-01 18:42:37 +02:00
parent 7898165b9a
commit de25b23c91
2 changed files with 19 additions and 10 deletions

View File

@ -32,6 +32,9 @@ rec {
i18n.inputMethod.enabled = "fcitx5";
i18n.inputMethod.fcitx5.addons = with pkgs; [ fcitx5-gtk libsForQt5.fcitx5-qt fcitx5-chinese-addons fcitx5-configtool ];
# Make fonts installed through packages available to applications
fonts.fontconfig.enable = true;
home = {
username = "christoph";
homeDirectory = "/home/${home.username}";