Fix home priorities

This commit is contained in:
Greg Hellings
2022-04-20 03:10:08 +00:00
parent f94d23d191
commit 1434cc706c
2 changed files with 6 additions and 1 deletions
+6
View File
@@ -0,0 +1,6 @@
self: super:
{
git = super.git.override {
meta.priority = 4;
};
}