diff --git a/modules/home/all/ghostty.nix b/modules/home/all/ghostty.nix new file mode 100644 index 0000000..7b6a02f --- /dev/null +++ b/modules/home/all/ghostty.nix @@ -0,0 +1,4 @@ +{ pkgs, ... }: +{ + home.packages = [ pkgs.ghostty ]; +} diff --git a/modules/home/all/terminal.nix b/modules/home/all/terminal.nix index e28d5c4..fe7b683 100644 --- a/modules/home/all/terminal.nix +++ b/modules/home/all/terminal.nix @@ -47,8 +47,6 @@ in hledger-web gnupg - - ghostty ]; fonts.fontconfig.enable = true; diff --git a/modules/home/linux-only.nix b/modules/home/linux-only.nix index 51cd770..7156de2 100644 --- a/modules/home/linux-only.nix +++ b/modules/home/linux-only.nix @@ -10,6 +10,7 @@ # Terms ./all/rio.nix ./all/wezterm + ./all/ghostty.nix # ./all/kitty.nix ]; }