From 93b4496198b5c8ff45be7962ff6ae36ac8caf08b Mon Sep 17 00:00:00 2001 From: Fabio Scotto di Santolo Date: Fri, 17 Apr 2026 19:10:17 +0200 Subject: [PATCH] Switch Alacritty font to Hack Nerd Font --- dotfiles/desktop/.config/alacritty/alacritty.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/desktop/.config/alacritty/alacritty.toml b/dotfiles/desktop/.config/alacritty/alacritty.toml index 855124d..8041e59 100644 --- a/dotfiles/desktop/.config/alacritty/alacritty.toml +++ b/dotfiles/desktop/.config/alacritty/alacritty.toml @@ -3,7 +3,7 @@ padding = { x = 8, y = 8 } opacity = 1.0 [font] -normal = { family = "Liberation Mono", style = "Regular" } +normal = { family = "Hack Nerd Font", style = "Regular" } size = 12 [scrolling]