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 | |
| parent | 78153bfc6f6e6fde58b49f3fce3fa37cea23d734 (diff) | |
set nevim as default Editor instead of helix
Diffstat (limited to 'modules/home/i3wm')
| -rw-r--r-- | modules/home/i3wm/nord-blue/helix.nix | 2 | ||||
| -rw-r--r-- | modules/home/i3wm/nord-blue/nvim.nix | 2 |
2 files changed, 2 insertions, 2 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 = { diff --git a/modules/home/i3wm/nord-blue/nvim.nix b/modules/home/i3wm/nord-blue/nvim.nix index e3904bc..2ebd8cf 100644 --- a/modules/home/i3wm/nord-blue/nvim.nix +++ b/modules/home/i3wm/nord-blue/nvim.nix @@ -9,7 +9,7 @@ programs.neovim = { enable = true; - defaultEditor = false; + defaultEditor = true; viAlias = true; vimAlias = true; |
