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