ghostty: disable on mac

This commit is contained in:
Sridhar Ratnakumar 2024-12-26 19:24:09 -05:00
parent f928475a82
commit a0a7aeb0da
3 changed files with 5 additions and 2 deletions

View file

@ -0,0 +1,4 @@
{ pkgs, ... }:
{
home.packages = [ pkgs.ghostty ];
}

View file

@ -47,8 +47,6 @@ in
hledger-web
gnupg
ghostty
];
fonts.fontconfig.enable = true;

View file

@ -10,6 +10,7 @@
# Terms
./all/rio.nix
./all/wezterm
./all/ghostty.nix
# ./all/kitty.nix
];
}