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
|
./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";
|
||||||
};
|
};
|
||||||
|
|
|
@ -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";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue