neovim-flake/modules/dashboard/default.nix

10 lines
82 B
Nix

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