From 3b72a4aa1fe10f59d9e5a2044103bd437daae065 Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Sun, 23 Jul 2023 19:26:06 +0200 Subject: [PATCH] pinwheel: Add fonts --- hosts/pinwheel/configuration.nix | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/hosts/pinwheel/configuration.nix b/hosts/pinwheel/configuration.nix index 5d42f90..2b62b49 100644 --- a/hosts/pinwheel/configuration.nix +++ b/hosts/pinwheel/configuration.nix @@ -85,9 +85,13 @@ environment.systemPackages = with pkgs; []; fonts.fonts = with pkgs; [ - (nerdfonts.override { fonts = [ "DejaVuSansMono" ]; }) - + noto-fonts + noto-fonts-cjk + noto-fonts-emoji + nerdfonts + liberation_ttf ]; + # Some programs need SUID wrappers, can be configured further or are # started in user sessions. # programs.mtr.enable = true;