diff options
Diffstat (limited to 'nixos/hosts/box')
| -rw-r--r-- | nixos/hosts/box/configuration.nix | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/nixos/hosts/box/configuration.nix b/nixos/hosts/box/configuration.nix index cb13b42..f32f86b 100644 --- a/nixos/hosts/box/configuration.nix +++ b/nixos/hosts/box/configuration.nix @@ -133,15 +133,13 @@ environment.systemPackages = with pkgs; [ zathura ]; - fonts.packages = with pkgs; [ - corefonts - noto-fonts - noto-fonts-cjk-sans - google-fonts - nerd-fonts.jetbrains-mono - noto-fonts-color-emoji - twemoji-color-font - ]; +fonts.packages = with pkgs; [ + cherry + noto-fonts + noto-fonts-cjk-sans + noto-fonts-color-emoji + nerd-fonts.jetbrains-mono +]; documentation.enable = false; documentation.man.enable = false; |
