Revert "home/kanshi: drop"

This reverts commit c158f2d81b.
This commit is contained in:
Guanran Wang 2024-10-05 22:03:13 +08:00
parent 31d6a1ec80
commit f590d0686c
Signed by: nyancat
GPG key ID: 91F97D9ED12639CF

View file

@ -0,0 +1,30 @@
{
services.kanshi = {
enable = true;
settings = [
{
profile.name = "internal";
profile.outputs = [
{
criteria = "eDP-1";
status = "enable";
}
];
}
{
profile.name = "external";
profile.outputs = [
{
criteria = "eDP-1";
status = "disable";
}
{
criteria = "ASUSTek COMPUTER INC VG27AQML1A S5LMQS059959";
mode = "2560x1440@119.998";
status = "enable";
}
];
}
];
};
}