diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-02-16 10:34:33 +0100 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-02-16 10:34:33 +0100 |
| commit | c986c5defcb66aad92dd133a7cb770b47b1f9d5c (patch) | |
| tree | e07e59dfee32c38b273dc977448af7d6a34f6b84 /modules/home/i3wm/nord-blue | |
| parent | 0dccaa1a697967c8955f914a8af0c2f8a74917a5 (diff) | |
made helix the default editor
Diffstat (limited to 'modules/home/i3wm/nord-blue')
| -rw-r--r-- | modules/home/i3wm/nord-blue/helix.nix | 1 | ||||
| -rw-r--r-- | modules/home/i3wm/nord-blue/nvim.nix | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/modules/home/i3wm/nord-blue/helix.nix b/modules/home/i3wm/nord-blue/helix.nix index f0eba78..0162eb8 100644 --- a/modules/home/i3wm/nord-blue/helix.nix +++ b/modules/home/i3wm/nord-blue/helix.nix @@ -3,6 +3,7 @@ { programs.helix = { enable = true; + defaultEditor = true; settings = { theme = "ayu_mirage"; editor = { diff --git a/modules/home/i3wm/nord-blue/nvim.nix b/modules/home/i3wm/nord-blue/nvim.nix index 6d2ae48..c2a4fbe 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 = true; + defaultEditor = false; viAlias = true; vimAlias = true; |
