feat: update nvimtreelua input

This commit is contained in:
NotAShelf 2023-02-03 10:36:08 +03:00
commit c1b556ee8f
No known key found for this signature in database
GPG key ID: 5B5C8895F28445F1
4 changed files with 122 additions and 6 deletions

View file

@ -0,0 +1,12 @@
{
pkgs,
config,
lib,
...
}: {
imports = [
./config.nix
#./alpha-nvim.nix
./dashboard-nvim.nix
];
}