Switch Alacritty font to Hack Nerd Font

This commit is contained in:
Fabio Scotto di Santolo
2026-04-17 19:10:17 +02:00
parent e602ea8300
commit 93b4496198

View File

@@ -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]