plugins/telescope: add iconsPackage

This commit is contained in:
Austin Horstman 2024-08-30 08:09:04 -05:00
parent bcda408e78
commit 56208f9e3f
No known key found for this signature in database
2 changed files with 20 additions and 1 deletions

View file

@ -30,4 +30,11 @@
assert(vim.api.nvim_get_runtime_file("data/memes/planets/earth", false)[1], "telescope planets aren't found in runtime")
'';
};
no-packages = {
plugins.telescope = {
enable = true;
iconsPackage = null;
};
};
}