From 31a9e5a2b107fa1d485cd3957a7cf645cb398e4f Mon Sep 17 00:00:00 2001 From: Alexander Szczepanski Date: Mon, 2 Aug 2021 18:13:48 +0200 Subject: [PATCH] added fonts --- configs/gui.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/configs/gui.nix b/configs/gui.nix index ca5a3b1..25cff17 100644 --- a/configs/gui.nix +++ b/configs/gui.nix @@ -44,14 +44,17 @@ fontDir.enable = true; fonts = with pkgs; [ - fira-mono - libertine open-sans twemoji-color-font liberation_ttf noto-fonts noto-fonts-cjk noto-fonts-emoji + corefonts + meslo-lg + google-fonts + font-awesome + stix-two ]; fontconfig = {