Install programs to help with common archive formats
diff --git a/modules/archives.nix b/modules/archives.nix
new file mode 100644
index 0000000..51ed41d
--- /dev/null
+++ b/modules/archives.nix
@@ -0,0 +1,3 @@
+{ pkgs, ... }: {
+  home.home.packages = with pkgs; [ zip unzip gnutar tarlz ];
+}