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; [
|
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;
|
||||||
|
|
Loading…
Reference in a new issue