nix-darwin/home/ghostty.nix
2026-03-15 02:49:54 +09:00

14 lines
258 B
Nix

{
programs.ghostty = {
enable = true;
enableZshIntegration = true;
enableBashIntegration = true;
settings = {
theme = "catppuccin-mocha";
font-family = "D2Coding";
font-size = 15;
macos-icon = "xray";
};
};
}