plugins/alpha: use iconsPackage

This commit is contained in:
Austin Horstman 2024-08-29 09:54:31 -05:00
parent f2ef2929ad
commit 0db6e86e8d
No known key found for this signature in database
2 changed files with 32 additions and 3 deletions

View file

@ -34,7 +34,6 @@
plugins.alpha = {
enable = true;
iconsEnabled = true;
layout = [
{
type = "padding";
@ -100,4 +99,12 @@
};
};
};
no-packages = {
plugins.alpha = {
enable = true;
theme = "dashboard";
iconsPackage = null;
};
};
}