cleaned up v1
This commit is contained in:
@@ -1,15 +0,0 @@
|
||||
{pkgs, ...}: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
python3
|
||||
python3Packages.pip
|
||||
python3Packages.pygobject3
|
||||
python3Packages.setuptools
|
||||
python3Packages.wheel
|
||||
|
||||
git
|
||||
p7zip
|
||||
busybox
|
||||
tldr
|
||||
jq
|
||||
];
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{pkgs, ...}: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
busybox
|
||||
];
|
||||
}
|
||||
@@ -1,13 +0,0 @@
|
||||
{pkgs, ...}: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
python3
|
||||
python3Packages.pip
|
||||
python3Packages.pygobject3
|
||||
python3Packages.setuptools
|
||||
python3Packages.wheel
|
||||
git
|
||||
p7zip
|
||||
tldr
|
||||
jq
|
||||
];
|
||||
}
|
||||
@@ -1,9 +1,5 @@
|
||||
{pkgs, ...}: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
python3
|
||||
python3Packages.pip
|
||||
python3Packages.pygobject3
|
||||
python3Packages.setuptools
|
||||
python3Packages.wheel
|
||||
python313
|
||||
];
|
||||
}
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
environment.systemPackages = with pkgs; [
|
||||
git
|
||||
p7zip
|
||||
busybox
|
||||
tldr
|
||||
jq
|
||||
btop
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user