diff options
| author | triethyl <triethylammonium@pm.me> | 2026-03-16 22:02:47 -0400 |
|---|---|---|
| committer | triethyl <triethylammonium@pm.me> | 2026-03-16 22:02:47 -0400 |
| commit | c3871b1f1abe433546086ac6512c47df39e46a69 (patch) | |
| tree | d6cf85153be04587a51b20beef3534245083dd26 /home-manager | |
| parent | 8bf037c0015e076dee898d99b7bf75a0e7276e5a (diff) | |
home-manager: made nushell respect default text editor
Diffstat (limited to 'home-manager')
| -rw-r--r-- | home-manager/features/cli/shells/nushell/default.nix | 2 |
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" |
