mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-31 04:58:01 +00:00
profiles/i18n: add more fonts for home configs
This commit is contained in:
parent
14546ffc2f
commit
8b4690fc73
@ -12,6 +12,8 @@ in {
|
||||
home.packages = with pkgs; [
|
||||
noto-fonts
|
||||
noto-fonts-cjk
|
||||
noto-fonts-cjk-sans
|
||||
noto-fonts-cjk-serif
|
||||
noto-fonts-extra
|
||||
noto-fonts-emoji
|
||||
];
|
||||
@ -24,6 +26,8 @@ in {
|
||||
fcitx5-lua # Add Lua support.
|
||||
fcitx5-rime # Chinese input addon.
|
||||
fcitx5-mozc # Japanese input addon.
|
||||
fcitx5-table-extra
|
||||
fcitx5-table-other
|
||||
];
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user