Temp comment out input.touchpads
Some issue with a missing library, perhaps a nixpkgs mismatch issue?
This commit is contained in:
parent
e90f94a30d
commit
4005eff6ac
|
@ -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";
|
||||
};
|
||||
|
|
|
@ -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";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue