From a9a85f16a44ab48b7a7a1fee1f8b5e84eccceb6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9ana=20=E6=B1=9F?= Date: Mon, 26 Jan 2026 21:35:43 +0100 Subject: [PATCH] home/fish: remove fd --- nix/homeModules/common/fish/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/nix/homeModules/common/fish/default.nix b/nix/homeModules/common/fish/default.nix index 9b5994fa..77f15131 100644 --- a/nix/homeModules/common/fish/default.nix +++ b/nix/homeModules/common/fish/default.nix @@ -15,9 +15,8 @@ pkgs.nix-output-monitor # pretty ui for shells ]; programs = { - fd.enable = true; fzf.enable = true; - # fd uses LS_COLORS + # attempt to make color look less bad vivid = { enable = true; activeTheme = "solarized-light"; # similar to milou