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

8 lines
71 B
Nix

{
imports = [
./alpha
./dashboard-nvim
./startify
];
}