summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortriethyl <triethylammonium@pm.me>2026-03-16 22:02:47 -0400
committertriethyl <triethylammonium@pm.me>2026-03-16 22:02:47 -0400
commitc3871b1f1abe433546086ac6512c47df39e46a69 (patch)
treed6cf85153be04587a51b20beef3534245083dd26
parent8bf037c0015e076dee898d99b7bf75a0e7276e5a (diff)
home-manager: made nushell respect default text editor
-rw-r--r--home-manager/features/cli/shells/nushell/default.nix2
1 files changed, 1 insertions, 1 deletions
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"