mirror of
https://github.com/anotherhadi/nixy.git
synced 2026-08-21 10:45:49 +02:00
1cb0490c03
Former-commit-id: 805917511e
7 lines
113 B
Nix
7 lines
113 B
Nix
{
|
|
programs.nixvim.plugins.oil = {
|
|
enable = true;
|
|
settings = { default_file_explorer = false; };
|
|
};
|
|
}
|