From 7ce07974953fc8b151af3223a701725ddc13f11b Mon Sep 17 00:00:00 2001 From: Tyler Kelley Date: Thu, 12 Sep 2024 00:25:41 +0000 Subject: [PATCH] Fix Symbola causing errors and failed installs --- hosts/default/config.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/default/config.nix b/hosts/default/config.nix index e563b18..7ab6997 100644 --- a/hosts/default/config.nix +++ b/hosts/default/config.nix @@ -300,7 +300,8 @@ in noto-fonts-emoji noto-fonts-cjk font-awesome - symbola + # Commenting Symbola out to fix install this will need to be fixed or an alternative found. + # symbola material-icons ]; };