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

7 lines
68 B
Nix

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