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,8 +139,10 @@
size = 13.0; size = 13.0;
}; };
cursor = { style = "Block"; unfocused_hollow = true; }; cursor = { style = "Block"; unfocused_hollow = true; };
shell = { terminal = {
program = "${pkgs.fish}/bin/fish"; shell = {
program = "${pkgs.fish}/bin/fish";
};
}; };
colors = { colors = {
# Catppuccin Mocha palette # Catppuccin Mocha palette