11 lines
138 B
Nix
11 lines
138 B
Nix
{ ... }:
|
|
|
|
{
|
|
programs.nixvim.plugins.neo-tree = {
|
|
enable = true;
|
|
autoLoad = true;
|
|
|
|
settings.enable_git_status = true;
|
|
};
|
|
}
|