about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--users/grfn/system/home/modules/shell.nix3
1 files changed, 3 insertions, 0 deletions
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