Add additional Packages

This commit is contained in:
Michael Lehmann
2025-10-05 12:50:41 +02:00
parent 3f4c3e8617
commit 31e2a102bd

View File

@@ -6,7 +6,11 @@
}; };
}; };
packages = []; packages = [
pkgs.python313Packages.click
pkgs.python313Packages.ebooklib
pkgs.python313Packages.requests
];
git-hooks = { git-hooks = {
enable = true; enable = true;