summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--user/settings/base.nix1
-rw-r--r--user/settings/shell.nix1
2 files changed, 1 insertions, 1 deletions
diff --git a/user/settings/base.nix b/user/settings/base.nix
index 39133f1f..dfe4ffa7 100644
--- a/user/settings/base.nix
+++ b/user/settings/base.nix
@@ -84,6 +84,7 @@
   home.packages = with pkgs;
     [
       pv
+      fd
       bfs
       sd
       knot-dns
diff --git a/user/settings/shell.nix b/user/settings/shell.nix
index ede1c41a..4babb08f 100644
--- a/user/settings/shell.nix
+++ b/user/settings/shell.nix
@@ -33,7 +33,6 @@ in
 
       cat = "bat --plain";
 
-      fd = "bfs -nohidden";
       fs = "bfs -nohidden";
 
       http = "xh";