mirror of
https://github.com/smg1024/nix-darwin.git
synced 2026-05-22 20:32:59 +09:00
11 lines
172 B
Nix
Executable file
11 lines
172 B
Nix
Executable file
{
|
|
# utility
|
|
oil-nvim = {
|
|
enable = true;
|
|
gitStatus.enable = true;
|
|
setupOpts = {
|
|
view_options.show_hidden = true;
|
|
};
|
|
};
|
|
sleuth.enable = true;
|
|
}
|