This commit is contained in:
lsoriano-mcm
2025-06-23 16:46:05 -05:00
parent e8e7b3dd4f
commit cc7aa6df6a
15 changed files with 256 additions and 7 deletions
+15
View File
@@ -0,0 +1,15 @@
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
python3
python3Packages.pip
python3Packages.pygobject3
python3Packages.setuptools
python3Packages.wheel
git
p7zip
busybox
tldr
jq
];
}
+9
View File
@@ -0,0 +1,9 @@
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
python3
python3Packages.pip
python3Packages.pygobject3
python3Packages.setuptools
python3Packages.wheel
];
}
+9
View File
@@ -0,0 +1,9 @@
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
git
p7zip
busybox
tldr
jq
];
}