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; + } ]; };