add notify-send to pass-sync service

This commit is contained in:
Sakooooo 2024-07-06 19:20:28 +04:00
parent e42bd646c0
commit 44a80339f9
Signed by: sako
GPG key ID: 3FD715D87D7725E0

View file

@ -34,6 +34,8 @@ in {
set -eu set -eu
${pkgs.pass}/bin/pass git pull ${pkgs.pass}/bin/pass git pull
${pkgs.pass}/bin/pass git push ${pkgs.pass}/bin/pass git push
${pkgs.libnotify}/bin/notify-send "Passwords synced"
''; '';
serviceConfig = { serviceConfig = {
Type = "oneshot"; Type = "oneshot";