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

8 lines
78 B
Nix

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