aboutsummaryrefslogtreecommitdiff
path: root/users/programs/fd.nix
diff options
context:
space:
mode:
Diffstat (limited to 'users/programs/fd.nix')
-rw-r--r--users/programs/fd.nix12
1 files changed, 0 insertions, 12 deletions
diff --git a/users/programs/fd.nix b/users/programs/fd.nix
deleted file mode 100644
index cdbae66..0000000
--- a/users/programs/fd.nix
+++ /dev/null
@@ -1,12 +0,0 @@
-{ ... }:
-{
- # an alternative to find
- programs.fd = {
- enable = true;
- hidden = true;
- ignores = [
- ".git/"
- ".direnv/"
- ];
- };
-}