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

7 lines
68 B
Nix
Raw Normal View History

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