From 10e0b1185ce271015b2db53a10f00f117f00d924 Mon Sep 17 00:00:00 2001 From: Griffin Smith Date: Mon, 19 Apr 2021 15:33:44 +0200 Subject: 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 Tested-by: BuildkiteCI --- users/grfn/system/home/modules/shell.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/users/grfn/system/home/modules/shell.nix b/users/grfn/system/home/modules/shell.nix index 09d2c63561..088fe9238c 100644 --- a/users/grfn/system/home/modules/shell.nix +++ b/users/grfn/system/home/modules/shell.nix @@ -67,6 +67,7 @@ in { home.packages = with pkgs; [ zsh autojump + ntfy ]; home.sessionVariables = { @@ -158,6 +159,8 @@ in { sha256 = "0l41ac5b7p8yyjvpfp438kw7zl9dblrpd7icjg1v3ig3xy87zv0n"; }}/nix-shell.plugin.zsh + eval "$(${pkgs.ntfy}/bin/ntfy shell-integration)" + export RPS1="" autoload -U promptinit; promptinit prompt pure -- cgit 1.4.1