Add ghostty config to mac
This commit is contained in:
parent
5388aed050
commit
1d0c0996cb
@ -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;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user