From 8df8a7ed398de6a9b2c4700b9617d7b163d7884a Mon Sep 17 00:00:00 2001 From: Andreas Schaafsma Date: Tue, 12 Nov 2024 22:53:35 +0100 Subject: [PATCH] add required packages for interfacing with ntfs and modifying partitions --- systems/x86_64-linux/drivebystation-nix/default.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/systems/x86_64-linux/drivebystation-nix/default.nix b/systems/x86_64-linux/drivebystation-nix/default.nix index 16bab04..85cee7c 100644 --- a/systems/x86_64-linux/drivebystation-nix/default.nix +++ b/systems/x86_64-linux/drivebystation-nix/default.nix @@ -83,6 +83,9 @@ in git pkgs.wine pkgs.bottles + pkgs.gparted + pkgs.ntfs3g + pkgs.ntfsprogs # vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. # wget ]