diff --git a/system-modules/editor.nix b/system-modules/editor.nix index 795a9b0..4e86f26 100644 --- a/system-modules/editor.nix +++ b/system-modules/editor.nix @@ -3,6 +3,7 @@ variables = { EDITOR = "hx"; VISUAL = "hx"; + TERMINAL = "ghostty"; }; systemPackages = with pkgs; [ helix