home-manager: zsh: remove now-included "ripgrep" plugin
All checks were successful
flake / build (push) Successful in 3m10s

Signed-off-by: Christoph Heiss <christoph@c8h4.io>
This commit is contained in:
Christoph Heiss 2024-09-20 11:47:48 +02:00
parent 6106809c1f
commit a09ec193b7
Signed by: c8h4
GPG key ID: 73D5E7FDEE3DE49A

View file

@ -196,7 +196,7 @@ in {
}]; }];
oh-my-zsh = { oh-my-zsh = {
enable = true; enable = true;
plugins = [ "copybuffer" "ripgrep" "safe-paste" "sudo" ]; plugins = [ "copybuffer" "safe-paste" "sudo" ];
}; };
}; };