Fix 2 file explorer

This commit is contained in:
Hadi 2024-04-20 00:19:15 +02:00
parent 950e1cfcf2
commit 805917511e

View File

@ -1 +1,6 @@
{ programs.nixvim.plugins.oil = { enable = true; }; }
{
programs.nixvim.plugins.oil = {
enable = true;
settings = { default_file_explorer = false; };
};
}