nvf/modules/plugins/ui/breadcrumbs/default.nix

6 lines
65 B
Nix

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