Skip to content

Commit

Permalink
feature(home/common/zsh): install zsh-auto-notify
Browse files Browse the repository at this point in the history
  • Loading branch information
tomodachi94 committed Jun 18, 2024
1 parent f5ec221 commit f88a9d1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions home/common/zsh/plugins.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,15 @@
src = pkgs.zsh-bd;
file = "share/zsh-${name}/${name}.plugin.zsh";
}
{
name = "auto-notify";
src = pkgs.fetchFromGitHub {
owner = "MichaelAquilina";
repo = "zsh-auto-notify";
rev = "837b81de92cbf12d45d638b77f1ecd6a942266fe";
hash = "sha256-U4XJymu2SDzBAXTp88utcQRwYnOUY4RVXYrtGFbh3dM=";
};
}
{
src = ./functions;
name = "init.zsh";
Expand Down

0 comments on commit f88a9d1

Please sign in to comment.