home/kanshi: drop

This commit is contained in:
Guanran Wang 2024-09-16 13:25:02 +08:00
parent 3df7ee005c
commit c158f2d81b
Signed by: nyancat
GPG key ID: 91F97D9ED12639CF

View file

@ -1,30 +0,0 @@
{
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";
}
];
}
];
};
}