summaryrefslogtreecommitdiff
path: root/hm/editors/nixvim
diff options
context:
space:
mode:
authoradikro <adikro@disroot.org>2026-04-19 14:22:05 +0200
committeradikro <adikro@disroot.org>2026-04-19 14:22:05 +0200
commit97eec64e5b301c9b25a31289ef909df2f2eb11e5 (patch)
tree8eabed219255d3a2c01b95d6217b3b41453c43fc /hm/editors/nixvim
parentc5e8dbead2c96d178e5cce2190581ca3e0381a8a (diff)
added sunshine and tailscale
Diffstat (limited to 'hm/editors/nixvim')
-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 ea6398b..6d4583b 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;