From c3871b1f1abe433546086ac6512c47df39e46a69 Mon Sep 17 00:00:00 2001 From: triethyl Date: Mon, 16 Mar 2026 22:02:47 -0400 Subject: home-manager: made nushell respect default text editor --- home-manager/features/cli/shells/nushell/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-manager/features/cli/shells/nushell/default.nix b/home-manager/features/cli/shells/nushell/default.nix index 11e02ea..6cd4ec4 100644 --- a/home-manager/features/cli/shells/nushell/default.nix +++ b/home-manager/features/cli/shells/nushell/default.nix @@ -43,7 +43,7 @@ in { file_format: sqlite # Required for isolation } } - $env.editor = "hx" + $env.editor = "${config.default-applications.text-editor.command}" # go should use a hidden directory $env.gopath = "${config.home.homeDirectory}/.go" -- cgit v1.2.3