fix(dualsense): Correct touchpad device name for libinput ignore
Some checks failed
Flake checker / Build Nix targets (push) Has been cancelled

chore(handoff): Disable airpods handoff service
perf(wivrn): Comment out nightly package for stability
This commit is contained in:
uttarayan21
2025-12-15 14:20:16 +05:30
parent edf2e5834a
commit 59e0ffc1ae
3 changed files with 3 additions and 3 deletions

View File

@@ -6,6 +6,6 @@
# USB # USB
ATTRS{name}=="Sony Interactive Entertainment DualSense Wireless Controller Touchpad", ENV{LIBINPUT_IGNORE_DEVICE}="1" ATTRS{name}=="Sony Interactive Entertainment DualSense Wireless Controller Touchpad", ENV{LIBINPUT_IGNORE_DEVICE}="1"
# Bluetooth # Bluetooth
ATTRS{name}=="DualSense Wireless Controller", ENV{LIBINPUT_IGNORE_DEVICE}="1" ATTRS{name}=="DualSense Wireless Controller Touchpad", ENV{LIBINPUT_IGNORE_DEVICE}="1"
''; '';
} }

View File

@@ -1,6 +1,6 @@
{...}: { {...}: {
services.airpods-handoff = { services.airpods-handoff = {
enable = true; enable = false;
user = "servius"; user = "servius";
macAddress = "14:14:7D:E5:1A:AC"; macAddress = "14:14:7D:E5:1A:AC";
}; };

View File

@@ -13,6 +13,6 @@
importOXRRuntimes = true; importOXRRuntimes = true;
}; };
highPriority = true; highPriority = true;
package = pkgs.wivrn-nightly; # package = pkgs.wivrn-nightly;
}; };
} }