nix/nixos/nixvim/config/oil.nix

10 lines
154 B
Nix
Raw Normal View History

2024-08-18 14:09:55 +02:00
# https://nix-community.github.io/nixvim/plugins/oil/
{
plugins.oil = {
enable = true;
2024-08-18 14:09:55 +02:00
settings = {
delete_to_trash = true;
};
};
}