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; + }; + }; }; }