plugins/neo-tree: use iconsPackage

This commit is contained in:
Austin Horstman 2024-08-29 09:18:16 -05:00
parent d3e387899f
commit 4ab24e77a5
No known key found for this signature in database
2 changed files with 14 additions and 3 deletions

View file

@ -437,4 +437,11 @@
};
};
};
no-packages = {
plugins.neo-tree = {
enable = true;
iconsPackage = null;
};
};
}