diff --git a/hosts/talos/home.nix b/hosts/talos/home.nix
index abfd952..e23c301 100644
--- a/hosts/talos/home.nix
+++ b/hosts/talos/home.nix
@@ -31,6 +31,7 @@ in {
         (pkgs)
         ansel
         chromium # some websites only work there :(
+        shikane # output autoconfig
         zotero
         ;
 
@@ -87,6 +88,7 @@ in {
           };
         };
         startup = [
+          {command = "shikane";}
           {command = "waybar";}
         ];
       };