nvf/modules/dashboard/default.nix
2023-04-02 19:16:04 +03:00

10 lines
82 B
Nix

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