aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config/alacritty.toml15
1 files changed, 12 insertions, 3 deletions
diff --git a/config/alacritty.toml b/config/alacritty.toml
index 0337c1d..f1badce 100644
--- a/config/alacritty.toml
+++ b/config/alacritty.toml
@@ -55,11 +55,20 @@ text = "CellForeground"
cursor = "#d8dee9"
text = "#2e3440"
-[env]
-TERM = "xterm-256color"
-
[font]
size = 8
+[font.bold]
+family = "Hack Nerd Font"
+style = "Bold"
+[font.bold_italic]
+family = "Hack Nerd Font"
+style = "Bold Italic"
+[font.italic]
+family = "Hack Nerd Font"
+style = "Italic"
+[font.normal]
+family = "Hack Nerd Font"
+style = "Regular"
[[keyboard.bindings]]
action = "SpawnNewInstance"