feat(hand7s): kanshi service init

Signed-off-by: s0me1newithhand7s <git+me@hand7s.org>
This commit is contained in:
s0me1newithhand7s 2026-05-29 16:22:19 +03:00
parent b58f8105b0
commit c260a9c062

View file

@ -0,0 +1,20 @@
_: {
services = {
kanshi = {
enable = true;
systemdTarget = "hyprland-session.target";
profiles = {
"default" = {
outputs = [
{
criteria = "Shenzhen KTC Technology Group AQ27H3 0x00000001";
mode = "2560x1440@165Hz";
position = "0,0";
adaptiveSync = true;
}
];
};
};
};
};
}