From 664883a40dacacc7e7833d9ca9d2aa13184c4424 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Thu, 15 May 2025 09:07:55 +0200 Subject: [PATCH] feat(zsh): remove auto-notify plugin --- users/modules/shell/zsh.nix | 9 --------- 1 file changed, 9 deletions(-) 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 {