From 1e9b1bddb6df6503b7baa650fa5d7290d40ee50f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20B=C3=B6hme?= Date: Sat, 18 Mar 2023 06:16:53 +0100 Subject: [PATCH] refactor(fish): remove dead code --- modules/programs/fish.nix | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/programs/fish.nix b/modules/programs/fish.nix index c143217..4509d7a 100644 --- a/modules/programs/fish.nix +++ b/modules/programs/fish.nix @@ -74,8 +74,6 @@ in cheat = "cht.sh $argv | bat -p"; }; }; - fzf.enableFishIntegration = true; - starship.enableFishIntegration = true; }; }; };