neovim-flake/modules/filetree/nvimtree-lua/default.nix

7 lines
66 B
Nix

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