neovim-flake/modules/dashboard/default.nix

7 lines
71 B
Nix

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