mirror of
https://github.com/NotAShelf/neovim-flake.git
synced 2024-11-07 13:45:58 +01:00
feat: import dashboard module
This commit is contained in:
parent
a7c1fd7b80
commit
0c62c6578b
1 changed files with 1 additions and 0 deletions
|
@ -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));
|
||||||
|
|
Loading…
Reference in a new issue