nvf/modules/dashboard/default.nix
2023-03-31 18:47:17 +03:00

8 lines
78 B
Nix

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