System Gen120 @ 2025-12-12-19:18:08 by jonas@monolith

This commit is contained in:
2025-12-12 19:18:09 +01:00
parent 20d74dd4ef
commit 9e54a6f68d
6 changed files with 35 additions and 23 deletions

View File

@@ -3,5 +3,7 @@ with python3Packages;
buildPythonApplication {
name = "spotify-shortcuts";
propagatedBuildInputs = [spotipy pyxdg desktop-notifier];
pyproject = true;
build-system = [setuptools];
src = ./.;
}