feat: apply new module format to nvimtree

This commit is contained in:
NotAShelf 2023-02-27 22:25:23 +03:00
commit e09ccfd014
No known key found for this signature in database
GPG key ID: 5B5C8895F28445F1
4 changed files with 178 additions and 84 deletions

View file

@ -1,10 +1,5 @@
{
pkgs,
lib,
config,
...
}: {
_: {
imports = [
./nvimtreelua.nix
./nvimtree-lua
];
}