diff options
Diffstat (limited to 'home-manager/features/cli/shells/nushell/default.nix')
| -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" |
