Swap coreutils for -full version, add curl and wget to defaults
Remove rclone and nix-output-monitor
This commit is contained in:
parent
f723e3fddb
commit
26a16734f1
|
@ -54,19 +54,19 @@
|
|||
};
|
||||
systemPackages = with pkgs; [
|
||||
libsecret
|
||||
coreutils
|
||||
coreutils-full
|
||||
gnumake
|
||||
git
|
||||
file
|
||||
zip
|
||||
unzip
|
||||
rclone
|
||||
curl
|
||||
wget
|
||||
dig
|
||||
wireguard-tools
|
||||
du-dust
|
||||
nitch
|
||||
bottom
|
||||
nix-output-monitor
|
||||
nil
|
||||
];
|
||||
localBinInPath = true;
|
||||
|
|
Loading…
Reference in a new issue