cleaned up v1

This commit is contained in:
lsoriano-mcm
2025-06-28 17:56:08 -05:00
parent b7d0583aaf
commit d9128fcf06
8 changed files with 9 additions and 36 deletions
+1 -5
View File
@@ -1,9 +1,5 @@
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
python3
python3Packages.pip
python3Packages.pygobject3
python3Packages.setuptools
python3Packages.wheel
python313
];
}