From c0f25e3097f5f6a1eba66a78db5329819058353d Mon Sep 17 00:00:00 2001 From: Anthony Rodriguez Date: Fri, 1 Nov 2024 09:49:09 +0100 Subject: [PATCH] home/terminal/shell/fish: add autopair --- home/terminal/shell/fish.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/home/terminal/shell/fish.nix b/home/terminal/shell/fish.nix index 75aeb5c..e623701 100644 --- a/home/terminal/shell/fish.nix +++ b/home/terminal/shell/fish.nix @@ -14,6 +14,10 @@ name = "fzf"; inherit (pkgs.fishPlugins.fzf) src; } + { + name = "autopair"; + inherit (pkgs.fishPlugins.autopair) src; + } ]; };