neovim-flake/modules/dashboard/default.nix

8 lines
78 B
Nix

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