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]