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 ./desktop/plasma/default.nix
]; ];
programs.plasma = { programs.plasma = {
input.touchpads = [ # input.touchpads = [
{ # {
disableWhileTyping = true; # disableWhileTyping = true;
enable = true; # enable = true;
leftHanded = false; # name = "SYNA32AA:00 06CB:CE17 Touchpad";
middleMouseEmulation = true; # naturalScroll = true;
name = "SYNA32AA:00 06CB:CE17 Touchpad"; # productId = "52759";
naturalScroll = true; # tapToClick = true;
productId = "52759"; # vendorId = "1739";
tapToClick = true; # }
vendorId = "1739"; # ];
}
];
configFile = { configFile = {
bluedevilglobalrc.Global.launchState.value = "disable"; bluedevilglobalrc.Global.launchState.value = "disable";
}; };

View file

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