fix alacritty font

This commit is contained in:
Hactarus 2024-09-30 18:20:52 +02:00
parent 5143e9b77b
commit 0e649eddbb
2 changed files with 3 additions and 1 deletions

2
.gitignore vendored
View file

@ -1,4 +1,4 @@
git/.gitconfig-work git/.gitconfig-work
home/ home/
nano/.cache/nano/
i3/.wallpapers/ i3/.wallpapers/
nano/.cache/nano/*

View file

@ -7,3 +7,5 @@ import = [
[env] [env]
TERM = "xterm-256color" TERM = "xterm-256color"
[font]
normal = { family = "Hack Nerd Font Mono" }