diff --git a/users/modules/shell/zsh.nix b/users/modules/shell/zsh.nix index 090df13..f9561a5 100644 --- a/users/modules/shell/zsh.nix +++ b/users/modules/shell/zsh.nix @@ -68,15 +68,6 @@ in { sha256 = "sha256-q26XVS/LcyZPRqDNwKKA9exgBByE0muyuNb0Bbar2lY="; }; } - { - name = "auto-notify"; - src = pkgs.fetchFromGitHub { - owner = "MichaelAquilina"; - repo = "zsh-auto-notify"; - rev = "0.11.0"; - sha256 = "sha256-8r5RsyldJIzlWr9+G8lrkHvJ8KxTVO859M//wDnYOUY="; - }; - } { name = "zsh-autopair"; src = pkgs.fetchFromGitHub {