homes: bazin: enable zsh notifications
All checks were successful
ci/woodpecker/push/check Pipeline was successful

This commit is contained in:
Bruno BELANYI 2024-02-12 21:22:19 +00:00
parent d6c2948135
commit c044b636e9

View file

@ -21,5 +21,17 @@
package = pkgs.emptyDirectory;
};
};
zsh = {
notify = {
enable = true;
ssh = {
enable = true;
useOsc777 = false; # notify-send is proxied to the ChromeOS layer
};
};
};
};
}