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 = [ "colored-man-pages" ];
}; };
plugins = [ plugins = [
{ # {
name = "auto-notify"; # name = "auto-notify";
src = pkgs.fetchFromGitHub { # src = pkgs.fetchFromGitHub {
owner = "MichaelAquilina"; # owner = "MichaelAquilina";
repo = "zsh-auto-notify"; # repo = "zsh-auto-notify";
rev = "0.8.0"; # rev = "0.8.0";
sha256 = "02x7q0ncbj1bn031ha7k3n2q2vrbv1wbvpx9w2qxv9jagqnjm3bd"; # sha256 = "02x7q0ncbj1bn031ha7k3n2q2vrbv1wbvpx9w2qxv9jagqnjm3bd";
}; # };
} # }
{ {
name = "you-should-use"; name = "you-should-use";
src = "${pkgs.zsh-you-should-use}/share/zsh/plugins/you-should-use"; src = "${pkgs.zsh-you-should-use}/share/zsh/plugins/you-should-use";