summaryrefslogtreecommitdiffstats
path: root/common/nixvim.nix
diff options
context:
space:
mode:
authorMinijackson <minijackson@riseup.net>2025-01-27 22:09:40 +0100
committerMinijackson <minijackson@riseup.net>2025-01-27 22:09:40 +0100
commitef4106c832c3651e0993a14b4cbe3fe769001573 (patch)
treeadb4f97c5d919d76c1630f45285efa163d807a0b /common/nixvim.nix
parent82f57661edeafbf312d46aba1d0b619d13015eab (diff)
downloadnixos-config-reborn-ef4106c832c3651e0993a14b4cbe3fe769001573.tar.gz
nixos-config-reborn-ef4106c832c3651e0993a14b4cbe3fe769001573.zip
common/nixvim: pull plugins from unstable
Diffstat (limited to 'common/nixvim.nix')
-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";