diff options
Diffstat (limited to 'users/grfn/system/home/modules/shell.nix')
-rw-r--r-- | users/grfn/system/home/modules/shell.nix | 3 |
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 09d2c6356172..088fe9238c69 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 |