plugins/chadtree: use iconsPackage

This commit is contained in:
Austin Horstman 2024-08-29 09:31:03 -05:00
parent 86d66e410a
commit 6f4eced1ca
No known key found for this signature in database
2 changed files with 14 additions and 2 deletions

View file

@ -132,4 +132,11 @@
};
};
};
no-packages = {
plugins.chadtree = {
enable = true;
iconsPackage = null;
};
};
}