feat(hand7s): kanshi service init
Signed-off-by: s0me1newithhand7s <git+me@hand7s.org>
This commit is contained in:
parent
b58f8105b0
commit
c260a9c062
1 changed files with 20 additions and 0 deletions
20
hand7s/services/kanshi.nix
Normal file
20
hand7s/services/kanshi.nix
Normal 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;
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue