nvf/modules/dashboard/default.nix
2023-03-31 05:20:35 +03:00

10 lines
82 B
Nix

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