mirror of
https://github.com/smg1024/nix-darwin.git
synced 2026-05-23 04:43:00 +09:00
7 lines
90 B
Nix
Executable file
7 lines
90 B
Nix
Executable file
{
|
|
programs.fd = {
|
|
enable = true;
|
|
ignores = [".git/"];
|
|
hidden = true;
|
|
};
|
|
}
|