1
0
Fork 0
mirror of https://github.com/nix-community/nixvim.git synced 2025-12-16 22:11:09 +01:00

plugins/neogit: use gitPackage

This commit is contained in:
Austin Horstman 2024-08-29 11:18:58 -05:00
parent 98dc0aabe2
commit d4bcebc7ca
No known key found for this signature in database
2 changed files with 18 additions and 4 deletions

View file

@ -290,4 +290,11 @@
};
};
};
no-packages = {
plugins.neogit = {
enable = true;
gitPackage = null;
};
};
}