feat(desktop): add kanshi settings

nixos
Moritz Böhme 2024-11-11 13:24:00 +01:00
parent c64a45ac7b
commit 8d4ec90a2e
Signed by: moritz
GPG Key ID: 970C6E89EB0547A9
1 changed files with 13 additions and 0 deletions

View File

@ -31,6 +31,19 @@
stable.calibre # NOTE: breaks often in unstable stable.calibre # NOTE: breaks often in unstable
]; ];
home-manager.users.moritz.services.kanshi.settings = [
{
profile.name = "default";
profile.outputs = [
{
adaptiveSync = true;
criteria = "*";
scale = 1.2;
}
];
}
];
hardware = { hardware = {
keyboard.qmk.enable = true; keyboard.qmk.enable = true;
nvidia = { nvidia = {