talos: home: setup shikane for display autoswitch

This commit is contained in:
Antoine Martin 2025-02-16 18:05:00 +01:00
parent ea914e9821
commit e027384799

View file

@ -31,6 +31,7 @@ in {
(pkgs) (pkgs)
ansel ansel
chromium # some websites only work there :( chromium # some websites only work there :(
shikane # output autoconfig
zotero zotero
; ;
@ -87,6 +88,7 @@ in {
}; };
}; };
startup = [ startup = [
{command = "shikane";}
{command = "waybar";} {command = "waybar";}
]; ];
}; };