System Gen89 @ 2025-07-25-01:02:05 by jonas@monolith

This commit is contained in:
2025-07-25 01:02:06 +02:00
parent 7857c36e1c
commit 87e526dec7
4 changed files with 39 additions and 10 deletions

View File

@@ -2,6 +2,6 @@
with python3Packages;
buildPythonApplication {
name = "spotify-shortcuts";
propagatedBuildInputs = [spotipy pyxdg];
propagatedBuildInputs = [spotipy pyxdg desktop-notifier];
src = ./.;
}