From 0e18aa95bc5de04eb5f9f43ec88cec3ef0f558c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laure=CE=B7t?= Date: Wed, 21 Dec 2022 18:41:57 +0100 Subject: [PATCH] fix: emoji + symbol fonts --- hosts/neodymium/configuration.nix | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/hosts/neodymium/configuration.nix b/hosts/neodymium/configuration.nix index 92eccd4..144c1e3 100644 --- a/hosts/neodymium/configuration.nix +++ b/hosts/neodymium/configuration.nix @@ -40,7 +40,12 @@ in # fonts fonts.fonts = with pkgs; [ - fira-code fira-code-symbols + noto-fonts + noto-fonts-cjk + noto-fonts-extra + noto-fonts-emoji + fira-code + fira-code-symbols (nerdfonts.override { fonts = [ "FiraCode" ]; }) ]; @@ -202,7 +207,7 @@ in settings = { import = [ "${catppuccin-alacritty}/catppuccin-mocha.yml" ]; window.opacity = 0.825; - font.size = 9.25; + font.size = 9.5; }; };