aboutsummaryrefslogtreecommitdiff
path: root/home/programs/fd.nix
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--home/profiles/fd.nix (renamed from home/programs/fd.nix)2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/programs/fd.nix b/home/profiles/fd.nix
index cdbae66..8fc3a75 100644
--- a/home/programs/fd.nix
+++ b/home/profiles/fd.nix
@@ -1,12 +1,12 @@
{ ... }:
{
- # an alternative to find
programs.fd = {
enable = true;
hidden = true;
ignores = [
".git/"
".direnv/"
+ "vendor/"
];
};
}