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