feat: add alpha and dashboard-nvim for dashboard options

This commit is contained in:
NotAShelf 2023-02-03 15:42:45 +03:00
commit 7546dc46d3
No known key found for this signature in database
GPG key ID: 419DBDD3228990BE
5 changed files with 265 additions and 22 deletions

View file

@ -42,6 +42,7 @@ with lib; let
"catppuccin"
"minimap-vim"
"dashboard-nvim"
"alpha-nvim"
];
pluginsType = with types; listOf (nullOr (either (enum availablePlugins) package));