mirror of
https://github.com/smg1024/nix-darwin.git
synced 2026-05-22 20:32:59 +09:00
feat: bat ghostty programs
This commit is contained in:
parent
8e551579bc
commit
40f8c39946
4 changed files with 26 additions and 0 deletions
14
home/ghostty.nix
Normal file
14
home/ghostty.nix
Normal 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";
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue