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;