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