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