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;
|
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"; };
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue