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

7 lines
65 B
Nix

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