Add personal packages from previous home.nix
diff --git a/.history/src/home_20220304134621.nix b/.history/src/home_20220304134621.nix
new file mode 100644
index 0000000..7d4ab7d
--- /dev/null
+++ b/.history/src/home_20220304134621.nix
@@ -0,0 +1,10 @@
+{ config, pkgs, nixpkgs }:
+let
+    variables = import ./common/variables.nix;
+in {
+    stateVersion = variables.stateVersion;
+
+    home {
+        
+    }
+}
\ No newline at end of file