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

7 lines
59 B
Nix
Raw Normal View History

_: {
imports = [
./alpha.nix
./config.nix
];
}