From 26a16734f1614ece178b926af0f0dbea516e73f2 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Thu, 30 May 2024 13:37:32 +0100 Subject: [PATCH] Swap coreutils for -full version, add curl and wget to defaults Remove rclone and nix-output-monitor --- configuration/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configuration/default.nix b/configuration/default.nix index 9f34ac09..5027fd1d 100644 --- a/configuration/default.nix +++ b/configuration/default.nix @@ -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;