From 2dd8b24a3390d20fa24fe60aecffa0ee71a08453 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9ana=20=E6=B1=9F?= Date: Tue, 27 Jan 2026 11:41:59 +0100 Subject: [PATCH] Revert "home/fish: remove fd" fd is needed by fish.fzf, when `cat`ting current directory. This reverts commit a9a85f16a44ab48b7a7a1fee1f8b5e84eccceb6b. --- nix/homeModules/common/fish/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nix/homeModules/common/fish/default.nix b/nix/homeModules/common/fish/default.nix index 77f15131..9b5994fa 100644 --- a/nix/homeModules/common/fish/default.nix +++ b/nix/homeModules/common/fish/default.nix @@ -15,8 +15,9 @@ pkgs.nix-output-monitor # pretty ui for shells ]; programs = { + fd.enable = true; fzf.enable = true; - # attempt to make color look less bad + # fd uses LS_COLORS vivid = { enable = true; activeTheme = "solarized-light"; # similar to milou