summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/nixvim.nix6
1 files changed, 5 insertions, 1 deletions
diff --git a/common/nixvim.nix b/common/nixvim.nix
index bdad652..aafa667 100644
--- a/common/nixvim.nix
+++ b/common/nixvim.nix
@@ -671,7 +671,11 @@ inputs:
671 ''; 671 '';
672 }; 672 };
673 673
674 # environment.systemPackages = [ config.programs.nixvim.finalPackage ]; 674 nixpkgs.overlays = [
675 (final: _prev: {
676 inherit (final.unstable) vimPlugins;
677 })
678 ];
675 679
676 environment.variables = { 680 environment.variables = {
677 EDITOR = "nvim"; 681 EDITOR = "nvim";