diff options
| author | caley <195605706+cqley@users.noreply.github.com> | 2026-07-18 13:08:00 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-07-18 13:08:00 +0200 |
| commit | 60b3647be0274dbacf5e50f787110c0e769c2484 (patch) | |
| tree | 641cbfa98b9b1d10a4d7a984fc78766b1dc8f145 | |
| parent | c29cdcf335ac674a9a7b7bd0d843b94dc631827d (diff) | |
Update configuration.nix
| -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; |
