plugins/alpha: iconsPackage -> icons provider options

This commit is contained in:
Austin Horstman 2024-09-20 13:06:57 -05:00
parent 7a3423ae18
commit b2929765ab
No known key found for this signature in database
2 changed files with 50 additions and 20 deletions

View file

@ -100,11 +100,11 @@
};
};
no-packages = {
no-icons = {
plugins.web-devicons.enable = false;
plugins.alpha = {
enable = true;
theme = "dashboard";
iconsPackage = null;
};
};
}