Update ghostty configuration
This commit is contained in:
parent
1d0c0996cb
commit
a77b0a99e1
@ -27,9 +27,9 @@ in
|
|||||||
# ghostty marked as broken as of 2025-01-05 in nix, using homebrew and custom config
|
# ghostty marked as broken as of 2025-01-05 in nix, using homebrew and custom config
|
||||||
home.file = {
|
home.file = {
|
||||||
"${homedir}/Library/Application Support/com.mitchellh.ghostty/config" = {
|
"${homedir}/Library/Application Support/com.mitchellh.ghostty/config" = {
|
||||||
source = ''
|
text = ''
|
||||||
theme = "catppuccin-mocha";
|
theme = "catppuccin-mocha"
|
||||||
font-size = 10;
|
font-size = 14
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user