Replace true with enabled on inputs
diff --git a/src/apps/personal/sway.nix b/src/apps/personal/sway.nix
index 068f1ec..58cb82e 100644
--- a/src/apps/personal/sway.nix
+++ b/src/apps/personal/sway.nix
@@ -19,10 +19,10 @@
             };
             input = {
                 "type:touchpad" = {
-                    dwt = true;
-                    tap = true;
-                    natural_scroll = true;
-                    middle_emulation = true;
+                    dwt = "enabled";
+                    tap = "enabled";
+                    natural_scroll = "enabled";
+                    middle_emulation = "enabled";
                     events = "disabled_on_external_mouse";
                 };
                 "type:keyboard" = {