plugins/nvim-tree: use iconsPackage

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

View file

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