Temp comment out input.touchpads

Some issue with a missing library, perhaps a nixpkgs mismatch issue?
This commit is contained in:
Evie Litherland-Smith 2024-08-07 11:52:38 +01:00
parent e90f94a30d
commit 4005eff6ac
2 changed files with 22 additions and 26 deletions

View file

@ -5,19 +5,17 @@
./desktop/plasma/default.nix
];
programs.plasma = {
input.touchpads = [
{
disableWhileTyping = true;
enable = true;
leftHanded = false;
middleMouseEmulation = true;
name = "SYNA32AA:00 06CB:CE17 Touchpad";
naturalScroll = true;
productId = "52759";
tapToClick = true;
vendorId = "1739";
}
];
# input.touchpads = [
# {
# disableWhileTyping = true;
# enable = true;
# name = "SYNA32AA:00 06CB:CE17 Touchpad";
# naturalScroll = true;
# productId = "52759";
# tapToClick = true;
# vendorId = "1739";
# }
# ];
configFile = {
bluedevilglobalrc.Global.launchState.value = "disable";
};

View file

@ -5,19 +5,17 @@
./desktop/plasma/default.nix
];
programs.plasma = {
input.touchpads = [
{
disableWhileTyping = true;
enable = true;
leftHanded = false;
middleMouseEmulation = true;
name = "DELL0A21:00 0488:1024 Touchpad";
naturalScroll = true;
productId = "4132";
tapToClick = true;
vendorId = "1160";
}
];
# input.touchpads = [
# {
# disableWhileTyping = true;
# enable = true;
# name = "DELL0A21:00 0488:1024 Touchpad";
# naturalScroll = true;
# productId = "1024";
# tapToClick = true;
# vendorId = "0488";
# }
# ];
configFile = {
bluedevilglobalrc.Global.launchState.value = "disable";
};