From 2598b7562f2c76050e8606641058afbbdcc4e046 Mon Sep 17 00:00:00 2001 From: "Lennart J. Kurzweg (Nx2)" Date: Tue, 27 Jan 2026 15:53:27 +0100 Subject: [PATCH] TERMINAL var --- system-modules/editor.nix | 1 + 1 file changed, 1 insertion(+) 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