summaryrefslogtreecommitdiffstats
path: root/vim.nix
diff options
context:
space:
mode:
Diffstat (limited to 'vim.nix')
-rw-r--r--vim.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/vim.nix b/vim.nix
index 0c58e42..8cfc744 100644
--- a/vim.nix
+++ b/vim.nix
@@ -1,7 +1,7 @@
{
config,
pkgs,
- customNeovim,
+ nvim,
...
}: {
environment.systemPackages = with pkgs; [
@@ -14,7 +14,7 @@
'';
})
- customNeovim.neovim
+ nvim.neovim
];
environment.etc."vimrc".text = ''