nvf/modules/plugins/dashboard/default.nix

7 lines
78 B
Nix

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