diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-11-02 23:10:44 +0100 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-11-02 23:10:44 +0100 |
commit | e23d7b6be16c9f57b4b96e885418c54d3098cb79 (patch) | |
tree | 67deed86eb7fba7458909794124e0ed0a9b82a97 /modules | |
parent | dotfiles: nvim: run autoformatter async and install haskell formatter (diff) | |
download | nixos-config-e23d7b6be16c9f57b4b96e885418c54d3098cb79.tar.gz nixos-config-e23d7b6be16c9f57b4b96e885418c54d3098cb79.tar.bz2 nixos-config-e23d7b6be16c9f57b4b96e885418c54d3098cb79.zip |
Update
Diffstat (limited to 'modules')
-rw-r--r-- | modules/fonts/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/fonts/default.nix b/modules/fonts/default.nix index c8c6e55..fc2a4a0 100644 --- a/modules/fonts/default.nix +++ b/modules/fonts/default.nix @@ -1,7 +1,7 @@ { config, pkgs, ... }: { fonts.packages = with pkgs; [ noto-fonts - noto-fonts-cjk + noto-fonts-cjk-sans noto-fonts-emoji (nerdfonts.override { fonts = [ "InconsolataLGC" "Noto" ]; }) ]; |