diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-02-16 10:56:19 +0100 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-02-16 10:56:19 +0100 |
| commit | 64892354c00c79cdf5eeb1c04624e64334ae6f8e (patch) | |
| tree | 35cead904c1c444f9ce5e06b84fcf5a840df4a02 /modules/home/i3wm/nord-blue/helix.nix | |
| parent | 78153bfc6f6e6fde58b49f3fce3fa37cea23d734 (diff) | |
set nevim as default Editor instead of helix
Diffstat (limited to 'modules/home/i3wm/nord-blue/helix.nix')
| -rw-r--r-- | modules/home/i3wm/nord-blue/helix.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/home/i3wm/nord-blue/helix.nix b/modules/home/i3wm/nord-blue/helix.nix index 0162eb8..a8987f8 100644 --- a/modules/home/i3wm/nord-blue/helix.nix +++ b/modules/home/i3wm/nord-blue/helix.nix @@ -3,7 +3,7 @@ { programs.helix = { enable = true; - defaultEditor = true; + defaultEditor = false; settings = { theme = "ayu_mirage"; editor = { |
