summaryrefslogtreecommitdiff
path: root/archetypes
diff options
context:
space:
mode:
Diffstat (limited to 'archetypes')
-rw-r--r--archetypes/collections/filesystems.nix7
-rw-r--r--archetypes/default.nix1
2 files changed, 8 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
+ ];
+}
diff --git a/archetypes/default.nix b/archetypes/default.nix
index 9be6e3a..0780d31 100644
--- a/archetypes/default.nix
+++ b/archetypes/default.nix
@@ -3,6 +3,7 @@
./collections/bluetooth.nix
./collections/desktop
./collections/development
+ ./collections/filesystems.nix
./collections/fonts.nix
./collections/neovim.nix
./collections/utilities.nix