From 3fa8f70f132090c562fbf8e843d5689b56394c32 Mon Sep 17 00:00:00 2001 From: Carl Kittelberger Date: Tue, 25 Jul 2023 00:31:34 +0200 Subject: [PATCH] Revert "Replace ttf-nerd-fonts-symbols with ttf-nerd-fonts-symbols-2048-em." This reverts commit 34920ecfb181d4b556d827eb214fb34d3b971fa6. --- packages/packages.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/packages.sh b/packages/packages.sh index e21e3a7..5f63389 100755 --- a/packages/packages.sh +++ b/packages/packages.sh @@ -119,7 +119,7 @@ if has_tags pm:pacman; then if has_tags desktop; then yay_install \ powerline-fonts \ - ttf-nerd-fonts-symbols-2048-em \ + ttf-nerd-fonts-symbols \ ttf-fira-code \ ttf-segoe-ui-variable fi