Install charm cli
diff --git a/modules/charm.nix b/modules/charm.nix
new file mode 100644
index 0000000..8ac634b
--- /dev/null
+++ b/modules/charm.nix
@@ -0,0 +1,3 @@
+{pkgs, ...}: {
+  home.home.packages = [pkgs.charm];
+}