Tweaked opacity and font size

This commit is contained in:
Alejandro Angulo 2023-03-29 22:11:30 -07:00
parent 9314d51fb9
commit dfd597c56b
Signed by: alejandro-angulo
GPG key ID: 75579581C74554B6

View file

@ -23,9 +23,9 @@ in {
programs.alacritty = { programs.alacritty = {
enable = true; enable = true;
settings = { settings = {
window.opacity = 0.9; window.opacity = 0.95;
font = { font = {
size = 11.0; size = 12.0;
normal = { normal = {
family = "Hack Nerd Font"; family = "Hack Nerd Font";
style = "Regular"; style = "Regular";