Fix swaybar config
diff --git a/src/apps/personal/sway.nix b/src/apps/personal/sway.nix
index 4ba3bf2..acd67f3 100644
--- a/src/apps/personal/sway.nix
+++ b/src/apps/personal/sway.nix
@@ -87,10 +87,12 @@
         swaynag = {
             enable = true;
             settings = {
-                background = "#ffffff99";
-                border-bottom = "#00000000";
-                button-background = "#ffffffcc";
-                button-border-size = 0;
+                "<config>" = {
+                    background = "#ffffff99";
+                    border-bottom = "#00000000";
+                    button-background = "#ffffffcc";
+                    button-border-size = 0;
+                };
             };
         };