From f322a27ff46ce6da61f2b101cc5d05856534de8a Mon Sep 17 00:00:00 2001 From: KoenDR06 Date: Fri, 20 Feb 2026 14:11:27 +0100 Subject: [PATCH] more font shit --- modules/apps/visual/default.nix | 22 +++++++--------------- 1 file changed, 7 insertions(+), 15 deletions(-) diff --git a/modules/apps/visual/default.nix b/modules/apps/visual/default.nix index 9d58ba2..105b09c 100644 --- a/modules/apps/visual/default.nix +++ b/modules/apps/visual/default.nix @@ -44,20 +44,12 @@ in { zathura ]; - fonts.packages = with pkgs; [ - nerd-fonts.caskaydia-cove - rounded-mgenplus - font-awesome_7 - corefonts - noto-fonts - noto-fonts-cjk-sans - noto-fonts-color-emoji - liberation_ttf - fira-code - fira-code-symbols - mplus-outline-fonts.githubRelease - dina-font - proggyfonts - ]; + fonts = { + enableDefaultPackages = true; + packages = with pkgs; [ + nerd-fonts.caskaydia-cove + font-awesome_7 + ]; + }; }; }