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

7 lines
62 B
Nix
Raw Normal View History

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