Add ghostty config to mac

This commit is contained in:
Arnie 2025-01-05 23:51:55 +01:00
parent 5388aed050
commit 1d0c0996cb

View File

@ -24,6 +24,16 @@ in
watch watch
]; ];
# ghostty marked as broken as of 2025-01-05 in nix, using homebrew and custom config
home.file = {
"${homedir}/Library/Application Support/com.mitchellh.ghostty/config" = {
source = ''
theme = "catppuccin-mocha";
font-size = 10;
'';
};
};
programs.direnv = { programs.direnv = {
enable = true; enable = true;
nix-direnv.enable = true; nix-direnv.enable = true;