nvf/modules/filetree/nvimtree-lua/default.nix
2023-02-27 22:25:23 +03:00

7 lines
66 B
Nix

_: {
imports = [
./config.nix
./nvimtree-lua.nix
];
}