nix-darwin/home/fd.nix
2026-03-15 02:49:46 +09:00

7 lines
92 B
Nix
Executable file

{
programs.fd = {
enable = true;
ignores = [ ".git/" ];
hidden = true;
};
}