From 3f339f3cf44d090e2cc624f89df81fdb29810a0a Mon Sep 17 00:00:00 2001 From: Artturin Date: Tue, 16 Nov 2021 19:42:28 +0200 Subject: [PATCH] profiles/base: add mtools --- nixos/modules/profiles/base.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/modules/profiles/base.nix b/nixos/modules/profiles/base.nix index 3b67d628f9f..33dd80d7c5a 100644 --- a/nixos/modules/profiles/base.nix +++ b/nixos/modules/profiles/base.nix @@ -40,6 +40,7 @@ # Tools to create / manipulate filesystems. pkgs.ntfsprogs # for resizing NTFS partitions pkgs.dosfstools + pkgs.mtools pkgs.xfsprogs.bin pkgs.jfsutils pkgs.f2fs-tools