summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--common/nixvim.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/common/nixvim.nix b/common/nixvim.nix
index 72a80e2..8cafb80 100644
--- a/common/nixvim.nix
+++ b/common/nixvim.nix
@@ -4,7 +4,8 @@ inputs:
4{ 4{
5 programs.nixvim = { 5 programs.nixvim = {
6 enable = true; 6 enable = true;
7 nixpkgs.useGlobalPackages = true; 7 # Disable due to build issue (attribute 'maintainers' missing)
8 # nixpkgs.useGlobalPackages = true;
8 luaLoader.enable = true; 9 luaLoader.enable = true;
9 10
10 globals = { 11 globals = {