summaryrefslogtreecommitdiff
path: root/hm/editors
diff options
context:
space:
mode:
authoradikro <adikro@disroot.org>2026-04-26 22:36:08 +0200
committeradikro <adikro@disroot.org>2026-04-26 22:36:08 +0200
commit220b02da85f4350f59cfb6cd60198fc367dd3ed2 (patch)
treea0c9801aa636784df62f9fc7c109a7dbd66fd3da /hm/editors
parent251ea36117f63919dbb7b928e45740a71f90c7b4 (diff)
sync
Diffstat (limited to 'hm/editors')
-rw-r--r--hm/editors/nixvim/nixvim.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hm/editors/nixvim/nixvim.nix b/hm/editors/nixvim/nixvim.nix
index 6d4583b..ea6398b 100644
--- a/hm/editors/nixvim/nixvim.nix
+++ b/hm/editors/nixvim/nixvim.nix
@@ -17,7 +17,7 @@ in
programs.nixvim = {
diagnostics.virtual_text = false;
enable = true;
- # package = inputs.neovim-nightly-overlay.packages.${pkgs.system}.default;
+ package = inputs.neovim-nightly-overlay.packages.${pkgs.system}.default;
viAlias = true;
vimAlias = true;