Add python (py3.10) for proton-caller
diff --git a/src/apps/personal/python.nix b/src/apps/personal/python.nix
new file mode 100644
index 0000000..ec8896d
--- /dev/null
+++ b/src/apps/personal/python.nix
@@ -0,0 +1,5 @@
+{ pkgs, ... }: {
+    home.packages = with pkgs; [
+        python310
+    ];
+}