From 73bdaa872445403fa6b66124550864f092648f86 Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Mon, 15 Jun 2026 15:18:29 -0500 Subject: move filesystems programs to collections --- archetypes/collections/filesystems.nix | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 archetypes/collections/filesystems.nix (limited to 'archetypes/collections/filesystems.nix') 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 + ]; +} -- cgit v1.2.3