plugins/git-worktree: use gitPackage

This commit is contained in:
Austin Horstman 2024-08-29 11:19:30 -05:00
parent d4bcebc7ca
commit 831c814bb3
No known key found for this signature in database
2 changed files with 13 additions and 1 deletions

View file

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