mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-10 01:04:34 +02:00
plugins/alpha: use iconsPackage
This commit is contained in:
parent
f2ef2929ad
commit
0db6e86e8d
2 changed files with 32 additions and 3 deletions
|
@ -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;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue