diff --git a/hosts/talos/home.nix b/hosts/talos/home.nix
index 476df1c..212cd1f 100644
--- a/hosts/talos/home.nix
+++ b/hosts/talos/home.nix
@@ -67,55 +67,14 @@ in {
           names = ["Iosevka Fixed" "FontAwesome6Free"];
           size = 9.0;
         };
-        bars = [
-          {
-            mode = "dock";
-            hiddenState = "hide";
-            position = "top";
-            workspaceButtons = true;
-            workspaceNumbers = true;
-            statusCommand = "${pkgs.i3status}/bin/i3status";
-            fonts = {
-              names = ["Iosevka Fixed" "FontAwesome6Free"];
-              size = 9.0;
-            };
-            trayOutput = "primary";
-            colors = {
-              background = "#000000";
-              statusline = "#ffffff";
-              separator = "#666666";
-              focusedWorkspace = {
-                border = "#4c7899";
-                background = "#285577";
-                text = "#ffffff";
-              };
-              activeWorkspace = {
-                border = "#333333";
-                background = "#5f676a";
-                text = "#ffffff";
-              };
-              inactiveWorkspace = {
-                border = "#333333";
-                background = "#222222";
-                text = "#888888";
-              };
-              urgentWorkspace = {
-                border = "#2f343a";
-                background = "#900000";
-                text = "#ffffff";
-              };
-              bindingMode = {
-                border = "#2f343a";
-                background = "#900000";
-                text = "#ffffff";
-              };
-            };
-          }
-        ];
+        bars = [];
 
         keybindings = mkOptionDefault {
           "Mod4+i" = "exec emacsclient --create-frame";
         };
+        startup = [
+          {command = "waybar";}
+        ];
       };
     };
     programs = {