little-lightning: alacritty overrides

sh-initrd-on-root
Zynh Ludwig 2024-07-16 09:19:17 -07:00
parent 123b5740c2
commit 716cf3a006
1 changed files with 5 additions and 1 deletions

View File

@ -21,7 +21,11 @@
macOs = true;
};
programs.alacritty.settings.font.size = lib.mkForce 16.0;
programs.alacritty.settings = {
font.size = lib.mkForce 16.0;
window.opacity = lib.mkForce 0.94;
colors.primary.background = lib.mkForce "#171717";
};
home.username = "zynh";
home.homeDirectory = "/Users/zynh/";