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 = {
enable = true;
settings = {
window.opacity = 0.9;
window.opacity = 0.95;
font = {
size = 11.0;
size = 12.0;
normal = {
family = "Hack Nerd Font";
style = "Regular";