refactor: strip redundant Alacritty theming in favor of Stylix

This commit is contained in:
Bernardo Magri
2026-04-06 21:41:30 +01:00
parent 358b129f0f
commit f5f515c2f7

View File

@@ -4,19 +4,12 @@
programs.alacritty = { programs.alacritty = {
enable = true; enable = true;
settings = { settings = {
general.import = [ "~/.config/nomarchy/current/theme/alacritty.toml" ];
env = { env = {
TERM = "xterm-256color"; TERM = "xterm-256color";
}; };
terminal = { terminal = {
osc52 = "CopyPaste"; osc52 = "CopyPaste";
}; };
font = {
normal = { family = config.nomarchy.fonts.monospace; style = "Regular"; };
bold = { family = config.nomarchy.fonts.monospace; style = "Bold"; };
italic = { family = config.nomarchy.fonts.monospace; style = "Italic"; };
size = lib.mkForce 9;
};
window = { window = {
padding = { x = 14; y = 14; }; padding = { x = 14; y = 14; };
decorations = "None"; decorations = "None";