From 9ec66a8caf5d7de527d20295e2c614c3f531a534 Mon Sep 17 00:00:00 2001 From: xunuwu Date: Sat, 16 Mar 2024 08:33:04 +0100 Subject: [PATCH] add parted --- system/core/tools.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/system/core/tools.nix b/system/core/tools.nix index 7bc04ac..3699a95 100644 --- a/system/core/tools.nix +++ b/system/core/tools.nix @@ -6,5 +6,6 @@ ripgrep nethogs ffmpeg + parted ]; }