Change default terminal to kitty
diff --git a/src/apps/personal/sway.nix b/src/apps/personal/sway.nix
index 6160a50..3816674 100644
--- a/src/apps/personal/sway.nix
+++ b/src/apps/personal/sway.nix
@@ -85,7 +85,7 @@
             startup = [
                 { command = "dbus-update-activation-environment --systemd DISPLAY WAYLAND_DISPLAY SWAYSOCK"; }
             ];
-            terminal = "alacritty";
+            terminal = "kitty";
             up = "k";
             window = {};
             workspaceAutoBackAndForth = true;