From 59e0ffc1ae003959c110564d6013894edf368258 Mon Sep 17 00:00:00 2001 From: uttarayan21 Date: Mon, 15 Dec 2025 14:20:16 +0530 Subject: [PATCH] fix(dualsense): Correct touchpad device name for libinput ignore chore(handoff): Disable airpods handoff service perf(wivrn): Comment out nightly package for stability --- nixos/ryu/services/dualsense.nix | 2 +- nixos/ryu/services/handoff.nix | 2 +- nixos/ryu/services/wivrn.nix | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/nixos/ryu/services/dualsense.nix b/nixos/ryu/services/dualsense.nix index 34634e2f..fe614199 100644 --- a/nixos/ryu/services/dualsense.nix +++ b/nixos/ryu/services/dualsense.nix @@ -6,6 +6,6 @@ # USB ATTRS{name}=="Sony Interactive Entertainment DualSense Wireless Controller Touchpad", ENV{LIBINPUT_IGNORE_DEVICE}="1" # Bluetooth - ATTRS{name}=="DualSense Wireless Controller", ENV{LIBINPUT_IGNORE_DEVICE}="1" + ATTRS{name}=="DualSense Wireless Controller Touchpad", ENV{LIBINPUT_IGNORE_DEVICE}="1" ''; } diff --git a/nixos/ryu/services/handoff.nix b/nixos/ryu/services/handoff.nix index d99b71e2..2077f9a9 100644 --- a/nixos/ryu/services/handoff.nix +++ b/nixos/ryu/services/handoff.nix @@ -1,6 +1,6 @@ {...}: { services.airpods-handoff = { - enable = true; + enable = false; user = "servius"; macAddress = "14:14:7D:E5:1A:AC"; }; diff --git a/nixos/ryu/services/wivrn.nix b/nixos/ryu/services/wivrn.nix index 3ac03e51..3542f877 100644 --- a/nixos/ryu/services/wivrn.nix +++ b/nixos/ryu/services/wivrn.nix @@ -13,6 +13,6 @@ importOXRRuntimes = true; }; highPriority = true; - package = pkgs.wivrn-nightly; + # package = pkgs.wivrn-nightly; }; }