From 4005eff6ac0b0fc06ac2ed90ad72076a150a73e0 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Wed, 7 Aug 2024 11:52:38 +0100 Subject: [PATCH] Temp comment out input.touchpads Some issue with a missing library, perhaps a nixpkgs mismatch issue? --- home/Northstar.nix | 24 +++++++++++------------- home/Ronin.nix | 24 +++++++++++------------- 2 files changed, 22 insertions(+), 26 deletions(-) diff --git a/home/Northstar.nix b/home/Northstar.nix index 46dc62c4..ddad79e3 100644 --- a/home/Northstar.nix +++ b/home/Northstar.nix @@ -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"; }; diff --git a/home/Ronin.nix b/home/Ronin.nix index bfe1e78e..8c3dc6d8 100644 --- a/home/Ronin.nix +++ b/home/Ronin.nix @@ -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"; };