neovim-flake/modules/filetree/default.nix

11 lines
81 B
Nix
Raw Permalink Normal View History

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