neovim-flake/modules/filetree/default.nix

11 lines
81 B
Nix

{
pkgs,
lib,
config,
...
}: {
imports = [
./nvimtreelua.nix
];
}