neovim-flake/modules/dashboard/default.nix

13 lines
107 B
Nix

{
pkgs,
config,
lib,
...
}: {
imports = [
./alpha
./dashboard-nvim
./startify
];
}