neovim-flake/modules/plugins/dashboard/default.nix

8 lines
71 B
Nix
Raw Normal View History

{
2023-02-03 08:36:08 +01:00
imports = [
./alpha
./dashboard-nvim
./startify
2023-02-03 08:36:08 +01:00
];
}