Change from busybox to coreutils+psmisc

This commit is contained in:
Greg Hellings
2023-08-31 08:02:38 -05:00
parent 03edc9a8af
commit 4dd2c6e19c
3 changed files with 2 additions and 2 deletions
-1
View File
@@ -95,7 +95,6 @@ in
extraConfig = "${extraConfig}";
};
environment.systemPackages = with pkgs; [
busybox
curl
];
-1
View File
@@ -21,7 +21,6 @@
greg.kde.enable = false;
environment.systemPackages = with pkgs; [
busybox
gimp
gnucash
flock
+2
View File
@@ -16,6 +16,8 @@
];
environment.systemPackages = with pkgs; [
coreutils-full
psmisc
lshw
];