plugins/neogit: use whichPackage

This commit is contained in:
Austin Horstman 2024-08-29 14:34:01 -05:00
parent 5316141e50
commit 6915b851a2
No known key found for this signature in database
2 changed files with 12 additions and 3 deletions

View file

@ -295,6 +295,7 @@
plugins.neogit = {
enable = true;
gitPackage = null;
whichPackage = null;
};
};
}