From e15fc182ea59517172492f47748fbce3fa53548e Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Mon, 12 Feb 2024 21:22:19 +0000 Subject: [PATCH] homes: bazin: enable zsh notifications --- hosts/homes/ambroisie@bazin/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hosts/homes/ambroisie@bazin/default.nix b/hosts/homes/ambroisie@bazin/default.nix index a969d8a..0982e12 100644 --- a/hosts/homes/ambroisie@bazin/default.nix +++ b/hosts/homes/ambroisie@bazin/default.nix @@ -21,5 +21,11 @@ package = pkgs.emptyDirectory; }; }; + + zsh = { + notify = { + enable = true; + }; + }; }; }