aboutsummaryrefslogblamecommitdiff
path: root/home/profiles/fd.nix
blob: 8fc3a75c297e16169c85fb0044d902900373d9a1 (plain) (tree)
1
2
3
4
5
6
7
8
9

        





                  
               


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