updated alacritty config to bring inline with new standards

This commit is contained in:
steven carpenter 2025-06-24 16:49:07 -04:00
parent 7879535509
commit dff707981d
2 changed files with 1 additions and 22 deletions

View file

@ -6,13 +6,6 @@
programs.alacritty = {
enable = true;
settings = {
cursor = {
style = {
shape = "Beam";
blinking = "On";
blink_interval = 75;
};
};
window = {
dimensions = {
columns = 120;
@ -22,21 +15,6 @@
opacity = 1.0;
title = "Alacritty";
};
font = {
normal = {
family = "SauceCodePro Nerd Font";
style = "Regular";
};
bold = {
family = "SauceCodePro Nerd Font";
style = "Bold";
};
italic = {
family = "SauceCodePro Nerd Font";
style = "Italic";
};
size = 14;
};
colors = {
primary = {
background = "#1d1f21";