fix: broken alacritty on mac 🐛

This commit is contained in:
DannyDannyDanny 2025-09-11 15:06:18 +02:00
parent 5e422e7813
commit e7c59f9596

View file

@ -139,9 +139,11 @@
size = 13.0; size = 13.0;
}; };
cursor = { style = "Block"; unfocused_hollow = true; }; cursor = { style = "Block"; unfocused_hollow = true; };
terminal = {
shell = { shell = {
program = "${pkgs.fish}/bin/fish"; program = "${pkgs.fish}/bin/fish";
}; };
};
colors = { colors = {
# Catppuccin Mocha palette # Catppuccin Mocha palette
primary = { background = "0x1e1e2e"; foreground = "0xcdd6f4"; }; primary = { background = "0x1e1e2e"; foreground = "0xcdd6f4"; };