From 452ac32dd0d1dd6710a505b84030feebc504e388 Mon Sep 17 00:00:00 2001 From: Bart van der Braak <bart@vanderbraak.nl> Date: Thu, 20 Feb 2025 19:36:42 +0100 Subject: [PATCH] Add Noto fonts --- nixos/configuration.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index ce521e2..3741f52 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -35,6 +35,8 @@ packages = with pkgs; [ jetbrains-mono nerdfonts + noto-fonts + noto-fonts-emoji ]; };