add touchpad config

This commit is contained in:
2025-07-14 01:00:05 +02:00
parent 64dd607580
commit 0e1131cc10
5 changed files with 196 additions and 3 deletions
+4
View File
@@ -51,6 +51,10 @@
];
}
];
input.touchpads = lib.mkIf (osConfig.lumpiasty.touchPad.enable == true) [
osConfig.lumpiasty.touchPad
];
};
};
}