diff options
Diffstat (limited to 'modules/home/i3wm/original/neovim.nix')
| -rw-r--r-- | modules/home/i3wm/original/neovim.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/home/i3wm/original/neovim.nix b/modules/home/i3wm/original/neovim.nix index 2b39f59..e59fd3d 100644 --- a/modules/home/i3wm/original/neovim.nix +++ b/modules/home/i3wm/original/neovim.nix @@ -1,7 +1,7 @@ { pkgs, ... }: { - neovim = { + programs.neovim = { enable = true; defaultEditor = true; viAlias = true; |
