Let's just not use libnotify

This commit is contained in:
Lillian Violet 2024-03-01 15:10:51 +01:00
parent 456d7d1dfb
commit d98ca182e3

View file

@ -22,6 +22,6 @@ writeShellApplication
echo "Cleaning up repository in '/tmp/rebuild'..."
systemd-inhibit --what=idle rm -rf ./rebuild
popd > /dev/null
notify-send -e "NixOS Rebuilt OK!" --icon=software-update-available > /dev/null
echo "NixOS Rebuilt OK!"
'';
}