Add preliminary etherpad packaging
diff --git a/modules/asciinema.nix b/modules/asciinema.nix
new file mode 100644
index 0000000..765027a
--- /dev/null
+++ b/modules/asciinema.nix
@@ -0,0 +1,3 @@
+{ pkgs, ... }: {
+  home.home.packages = [ pkgs.asciinema ];
+}