mirror of
https://github.com/srid/nixos-config.git
synced 2025-12-26 23:14:57 +08:00
ghostty: disable on mac
This commit is contained in:
parent
f928475a82
commit
a0a7aeb0da
3 changed files with 5 additions and 2 deletions
4
modules/home/all/ghostty.nix
Normal file
4
modules/home/all/ghostty.nix
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = [ pkgs.ghostty ];
|
||||
}
|
||||
|
|
@ -47,8 +47,6 @@ in
|
|||
hledger-web
|
||||
|
||||
gnupg
|
||||
|
||||
ghostty
|
||||
];
|
||||
|
||||
fonts.fontconfig.enable = true;
|
||||
|
|
|
|||
|
|
@ -10,6 +10,7 @@
|
|||
# Terms
|
||||
./all/rio.nix
|
||||
./all/wezterm
|
||||
./all/ghostty.nix
|
||||
# ./all/kitty.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue