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

5
home/bat.nix Normal file
View file

@ -0,0 +1,5 @@
{
programs.bat = {
enable = true;
};
}

View file

@ -17,6 +17,9 @@
./jq.nix
./lazygit.nix
./mise.nix
./ghostty.nix
./bat.nix
# TODO ./aerospace.nix
];
home = {

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";
};
};
}

View file

@ -9,6 +9,10 @@
history = {
size = 10000;
save = 10000;
share = true;
ignoreAllDups = true;
ignoreDups = true;
ignoreSpace = true;
};
shellAliases = {