From 60b3647be0274dbacf5e50f787110c0e769c2484 Mon Sep 17 00:00:00 2001 From: caley <195605706+cqley@users.noreply.github.com> Date: Sat, 18 Jul 2026 13:08:00 +0200 Subject: Update configuration.nix --- nixos/hosts/box/configuration.nix | 16 +++++++--------- 1 file 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; -- cgit v1.3.1