From e02738479991ad82589f8919b641c8a58fbd90ee Mon Sep 17 00:00:00 2001 From: Antoine Martin <antoine@alarsyo.net> Date: Sun, 16 Feb 2025 18:05:00 +0100 Subject: [PATCH] talos: home: setup shikane for display autoswitch --- hosts/talos/home.nix | 2 ++ 1 file changed, 2 insertions(+) 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";} ]; };