diff --git a/home-manager/roles/zsh/default.nix b/home-manager/roles/zsh/default.nix index c686b5dd..58972304 100644 --- a/home-manager/roles/zsh/default.nix +++ b/home-manager/roles/zsh/default.nix @@ -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";