Add sway and waybar; add personal scripts (hopefully)
diff --git a/src/scripts/personal/profile.nix b/src/scripts/personal/profile.nix
new file mode 100644
index 0000000..c759cf6
--- /dev/null
+++ b/src/scripts/personal/profile.nix
@@ -0,0 +1,5 @@
+{ lib, ... }: {
+    lib.writeText."/home/${variables}/.profile" = ''
+        
+    ''
+}
\ No newline at end of file