1
0
Fork 0

Disable notifications

This commit is contained in:
Malte Brandy 2022-02-21 22:43:42 +01:00
parent dc23dda6ff
commit defa50f939

View file

@ -21,15 +21,15 @@
plugins = [ "colored-man-pages" ];
};
plugins = [
{
name = "auto-notify";
src = pkgs.fetchFromGitHub {
owner = "MichaelAquilina";
repo = "zsh-auto-notify";
rev = "0.8.0";
sha256 = "02x7q0ncbj1bn031ha7k3n2q2vrbv1wbvpx9w2qxv9jagqnjm3bd";
};
}
# {
# name = "auto-notify";
# src = pkgs.fetchFromGitHub {
# owner = "MichaelAquilina";
# repo = "zsh-auto-notify";
# rev = "0.8.0";
# sha256 = "02x7q0ncbj1bn031ha7k3n2q2vrbv1wbvpx9w2qxv9jagqnjm3bd";
# };
# }
{
name = "you-should-use";
src = "${pkgs.zsh-you-should-use}/share/zsh/plugins/you-should-use";