plugins/treesitter: add iconsPackage

This commit is contained in:
Austin Horstman 2024-08-28 22:02:21 -05:00
parent bc7f4166f4
commit 4acf12c49d
No known key found for this signature in database
2 changed files with 18 additions and 5 deletions

View file

@ -134,4 +134,11 @@
};
};
};
no-icons = {
plugins.treesitter = {
enable = true;
iconsPackage = null;
};
};
}