diff options
author | Franck Cuny <franck@fcuny.net> | 2022-02-18 09:28:57 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-02-18 09:30:39 -0800 |
commit | b73148038a081c7c315081e8acbc9074b56755dd (patch) | |
tree | a09ec4cb1e7ada0453a0ab48e2ae0e04518030ae | |
parent | swaylock: unsure if I'm doing the right thing here (diff) | |
download | world-b73148038a081c7c315081e8acbc9074b56755dd.tar.gz |
fonts: add more fonts for the system
Diffstat (limited to '')
-rw-r--r-- | hosts/common/desktop/fonts.nix | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/hosts/common/desktop/fonts.nix b/hosts/common/desktop/fonts.nix index a840582..1148f2d 100644 --- a/hosts/common/desktop/fonts.nix +++ b/hosts/common/desktop/fonts.nix @@ -2,10 +2,17 @@ { fonts = { + enableFontDir = true; + enableDefaultFonts = true; fontconfig.enable = true; + fontconfig.ultimate.enable = true; fonts = with pkgs; [ - noto-fonts-emoji dejavu_fonts + noto-fonts + noto-fonts-cjk # Chinese, Japanese, Korean + noto-fonts-emoji + noto-fonts-emoji + noto-fonts-extra source-code-pro source-sans-pro source-serif-pro |