From dab465b581df1f906d374925a6597ddd13272d95 Mon Sep 17 00:00:00 2001 From: coolneng Date: Tue, 17 Oct 2023 17:49:40 +0200 Subject: [PATCH] Replace all-the-icons with nerd fonts --- modules/software.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/software.nix b/modules/software.nix index d387d9a..a9286d1 100644 --- a/modules/software.nix +++ b/modules/software.nix @@ -118,7 +118,7 @@ in { terminus_font_ttf iosevka-bin libertine - emacs-all-the-icons-fonts + (nerdfonts.override { fonts = [ "NerdFontsSymbolsOnly" ]; }) ]; }