From 64892354c00c79cdf5eeb1c04624e64334ae6f8e Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Mon, 16 Feb 2026 10:56:19 +0100 Subject: set nevim as default Editor instead of helix --- modules/home/i3wm/nord-blue/helix.nix | 2 +- 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; -- cgit v1.2.3