feat(grfn/yeren): Install+configure ntfy
automatic notifications when long-running commands are done! that's cool. Change-Id: Ic9451c0c349661c3df8ba1058748a59159bc4b3f Reviewed-on: https://cl.tvl.fyi/c/depot/+/3044 Reviewed-by: grfn <grfn@gws.fyi> Tested-by: BuildkiteCI
This commit is contained in:
parent
e98afefc00
commit
10e0b1185c
1 changed files with 3 additions and 0 deletions
|
@ -67,6 +67,7 @@ in {
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
zsh
|
zsh
|
||||||
autojump
|
autojump
|
||||||
|
ntfy
|
||||||
];
|
];
|
||||||
|
|
||||||
home.sessionVariables = {
|
home.sessionVariables = {
|
||||||
|
@ -158,6 +159,8 @@ in {
|
||||||
sha256 = "0l41ac5b7p8yyjvpfp438kw7zl9dblrpd7icjg1v3ig3xy87zv0n";
|
sha256 = "0l41ac5b7p8yyjvpfp438kw7zl9dblrpd7icjg1v3ig3xy87zv0n";
|
||||||
}}/nix-shell.plugin.zsh
|
}}/nix-shell.plugin.zsh
|
||||||
|
|
||||||
|
eval "$(${pkgs.ntfy}/bin/ntfy shell-integration)"
|
||||||
|
|
||||||
export RPS1=""
|
export RPS1=""
|
||||||
autoload -U promptinit; promptinit
|
autoload -U promptinit; promptinit
|
||||||
prompt pure
|
prompt pure
|
||||||
|
|
Loading…
Reference in a new issue