pidgin-libnotify
pidgin-libnotify provides a libnotify interface to Pidgin
./configure make make install
We added a pidginPackage (pidgin-libnotify) which can be added via the following snippet.
environment.systemPackages = with pkgs; [
(pidgin.withPlugins (p: [
p.pidgin-libnotify
]))
];