plugins/packer: use gitPackage

This commit is contained in:
Austin Horstman 2024-08-29 11:22:41 -05:00
parent 4fe95d4502
commit 710f3472ec
No known key found for this signature in database
2 changed files with 14 additions and 1 deletions

View file

@ -135,4 +135,11 @@
];
};
};
no-packages = {
plugins.packer = {
enable = true;
gitPackage = null;
};
};
}