reNixos/hand7s/services/kanshi.nix
s0me1newithhand7s c260a9c062 feat(hand7s): kanshi service init
Signed-off-by: s0me1newithhand7s <git+me@hand7s.org>
2026-05-29 16:22:19 +03:00

20 lines
426 B
Nix

_: {
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;
}
];
};
};
};
};
}