summary refs log tree commit diff stats
path: root/user
diff options
context:
space:
mode:
Diffstat (limited to 'user')
-rw-r--r--user/settings/zsh.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/user/settings/zsh.nix b/user/settings/zsh.nix
index 69bf9828..4977ed48 100644
--- a/user/settings/zsh.nix
+++ b/user/settings/zsh.nix
@@ -67,6 +67,10 @@ in
         src = pkgs.agkozak-zsh-prompt.src;
       }
       {
+        name = "zsh-autopair";
+        src = pkgs.zsh-autopair.src;
+      }
+      {
         name = "anyframe";
         src = pkgs.fetchFromGitHub {
           owner = "mollifier";