From c244afc6a293e69f78feb776a721dc32dd8e4f8d Mon Sep 17 00:00:00 2001 From: Sanjay Chacku Purakal <48321566+twoneis@users.noreply.github.com> Date: Sat, 25 May 2024 02:40:32 +0200 Subject: [PATCH] fix wrong fish usage --- modules/home/utils/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/home/utils/default.nix b/modules/home/utils/default.nix index a7543d0..eefb075 100644 --- a/modules/home/utils/default.nix +++ b/modules/home/utils/default.nix @@ -107,6 +107,5 @@ programs.fish = { enable = true; - plugins = with pkgs.fishPlugins; [ pure ]; }; }