summaryrefslogtreecommitdiff
path: root/hm/soft/nixvim
diff options
context:
space:
mode:
Diffstat (limited to 'hm/soft/nixvim')
-rw-r--r--hm/soft/nixvim/nixvim.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/hm/soft/nixvim/nixvim.nix b/hm/soft/nixvim/nixvim.nix
index 65de006..efd348e 100644
--- a/hm/soft/nixvim/nixvim.nix
+++ b/hm/soft/nixvim/nixvim.nix
@@ -2,7 +2,6 @@
inputs,
config,
lib,
- pkgs,
...
}:
let
@@ -17,7 +16,6 @@ in
programs.nixvim = {
diagnostics.virtual_text = false;
enable = true;
- package = inputs.neovim-nightly-overlay.packages.${pkgs.system}.default;
vimAlias = true;
defaultEditor = true;