1
0
Fork 0
mirror of https://github.com/NotAShelf/neovim-flake.git synced 2025-01-10 09:59:48 +01:00
neovim-flake/modules/plugins/filetree/nvimtree/default.nix

6 lines
62 B
Nix

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