From 5acf3f4834b3896d65a4e22b008d63aee1dd405e Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Mon, 15 May 2023 14:05:38 +0200 Subject: [PATCH] Add a few fonts --- systems/x86_64-linux/kami/default.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/systems/x86_64-linux/kami/default.nix b/systems/x86_64-linux/kami/default.nix index 59c16c2..0afec6c 100644 --- a/systems/x86_64-linux/kami/default.nix +++ b/systems/x86_64-linux/kami/default.nix @@ -50,6 +50,17 @@ carla tela-icon-theme #devolo-dlan-cockpit + + # Fonts + google-fonts + noto-fonts + noto-fonts-emoji + noto-fonts-cjk-sans + noto-fonts-cjk-serif + noto-fonts-emoji-blob-bin + nerdfonts + league-of-moveable-type + twitter-color-emoji ]; hardware.nvidia.modesetting.enable = true;