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; [
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;