YaMusicDownload : Fix notif.

This commit is contained in:
Dmitry Voronin 2024-06-28 13:22:46 +03:00
parent 26771dfc46
commit c0e37bcd87
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -31,8 +31,9 @@ in {
Restart = "on-failure"; Restart = "on-failure";
}; };
path = with pkgs; [ path = with pkgs; [
python313 curl
firefox-esr firefox-esr
python313
]; ];
}; };