fix: broken alacritty on mac 🐛
This commit is contained in:
parent
5e422e7813
commit
e7c59f9596
1 changed files with 4 additions and 2 deletions
|
|
@ -139,9 +139,11 @@
|
|||
size = 13.0;
|
||||
};
|
||||
cursor = { style = "Block"; unfocused_hollow = true; };
|
||||
terminal = {
|
||||
shell = {
|
||||
program = "${pkgs.fish}/bin/fish";
|
||||
};
|
||||
};
|
||||
colors = {
|
||||
# Catppuccin Mocha palette
|
||||
primary = { background = "0x1e1e2e"; foreground = "0xcdd6f4"; };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue