diff --git a/home/shell/ghostty.nix b/home/shell/ghostty.nix index 3391a5e..08d6ace 100644 --- a/home/shell/ghostty.nix +++ b/home/shell/ghostty.nix @@ -7,6 +7,7 @@ settings = { font-family = "Maple Mono NF CN"; font-size = 14; + shell-integration-features = "cursor,sudo,title,ssh-env,ssh-terminfo"; }; }; } diff --git a/modules/nixos/base.nix b/modules/nixos/base.nix index 848c85d..a1856f1 100644 --- a/modules/nixos/base.nix +++ b/modules/nixos/base.nix @@ -6,6 +6,7 @@ environment.systemPackages = with pkgs; [ curl git + ghostty.terminfo vim wget ];