dotfiles/alacritty/alacritty.toml
2025-12-05 02:43:20 +01:00

12 lines
165 B
TOML

[general]
live_config_reload = true
import = [
"font.toml"
]
[font]
normal = { family = "Adwaita Mono", style = "normal" }
[terminal]
shell = "/usr/bin/zsh"