diff options
Diffstat (limited to 'archetypes/collections')
| -rw-r--r-- | archetypes/collections/filesystems.nix | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/archetypes/collections/filesystems.nix b/archetypes/collections/filesystems.nix new file mode 100644 index 0000000..00ab409 --- /dev/null +++ b/archetypes/collections/filesystems.nix @@ -0,0 +1,7 @@ +{ pkgs, ... }: { + environment.systemPackages = with pkgs; [ + cryptsetup + exfat + ntfs3g + ]; +} |
