neovim-flake/modules/dashboard/dashboard-nvim/default.nix

6 lines
68 B
Nix

_: {
imports = [
./dashboard-nvim.nix
./config.nix
];
}