diff options
Diffstat (limited to 'common/vim.nix')
-rw-r--r-- | common/vim.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/vim.nix b/common/vim.nix index 23aa7e9..10a8705 100644 --- a/common/vim.nix +++ b/common/vim.nix | |||
@@ -177,7 +177,7 @@ in { | |||
177 | }; | 177 | }; |
178 | }; | 178 | }; |
179 | 179 | ||
180 | environment.systemPackages = [myNeovim]; | 180 | # environment.systemPackages = [myNeovim]; |
181 | 181 | ||
182 | environment.variables = { | 182 | environment.variables = { |
183 | EDITOR = "nvim"; | 183 | EDITOR = "nvim"; |