Swap coreutils for -full version, add curl and wget to defaults

Remove rclone and nix-output-monitor
This commit is contained in:
Evie Litherland-Smith 2024-05-30 13:37:32 +01:00
parent f723e3fddb
commit 26a16734f1

View file

@ -54,19 +54,19 @@
}; };
systemPackages = with pkgs; [ systemPackages = with pkgs; [
libsecret libsecret
coreutils coreutils-full
gnumake gnumake
git git
file file
zip zip
unzip unzip
rclone curl
wget
dig dig
wireguard-tools wireguard-tools
du-dust du-dust
nitch nitch
bottom bottom
nix-output-monitor
nil nil
]; ];
localBinInPath = true; localBinInPath = true;