This commit is contained in:
lsoriano-mcm
2025-06-23 17:00:36 -05:00
parent fe79d7a2c4
commit f214789d22
5 changed files with 1078 additions and 7 deletions
+13
View File
@@ -0,0 +1,13 @@
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
python3
python3Packages.pip
python3Packages.pygobject3
python3Packages.setuptools
python3Packages.wheel
git
p7zip
tldr
jq
];
}