feat: bat ghostty programs

This commit is contained in:
Sangmin Kim 2026-03-04 22:53:57 +09:00 committed by Poby
parent 8e551579bc
commit 40f8c39946
No known key found for this signature in database
4 changed files with 26 additions and 0 deletions

14
home/ghostty.nix Normal file
View file

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