/ modules / home / programs / fd.nix
fd.nix
1  {
2    programs.fd = {
3      enable = true;
4      hidden = false;
5      ignores = [ ];
6      extraOptions = [ ];
7    };
8  }