diff options
Diffstat (limited to 'user')
-rw-r--r-- | user/settings/zsh.nix | 4 |
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"; |