neovim-flake/modules/ui/breadcrumbs/default.nix

7 lines
65 B
Nix

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