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

7 lines
59 B
Nix

{
imports = [
./config.nix
./nvimtree.nix
];
}