From 8612c794204115e989107ceab4681d775259c33d Mon Sep 17 00:00:00 2001 From: clerie Date: Thu, 26 May 2022 01:05:17 +0200 Subject: [PATCH] Add tools to partition disk for cases the drive is full again --- configuration/common/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configuration/common/default.nix b/configuration/common/default.nix index 0dec223..a34321b 100644 --- a/configuration/common/default.nix +++ b/configuration/common/default.nix @@ -27,7 +27,9 @@ }; environment.systemPackages = with pkgs; [ + gptfdisk htop + parted tmux ];