From caa16b9b5ed0a015b19ae77436fcf5a994bdbd10 Mon Sep 17 00:00:00 2001 From: foosinn Date: Wed, 7 Apr 2021 11:14:43 +0200 Subject: [PATCH] more fonts --- roles/desktop.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/roles/desktop.nix b/roles/desktop.nix index 444ca08..b20aeba 100644 --- a/roles/desktop.nix +++ b/roles/desktop.nix @@ -52,7 +52,10 @@ in { fonts.fontconfig.antialias = true; fonts.fonts = with pkgs; [ cascadia-code + fira-code + fira-code-symbols font-awesome + meslo-lg noto-fonts noto-fonts-emoji ];