feat: import dashboard module

This commit is contained in:
NotAShelf 2023-02-03 10:38:27 +03:00
parent a7c1fd7b80
commit 0c62c6578b
No known key found for this signature in database
GPG key ID: 5B5C8895F28445F1

View file

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