From ac37f31e72c35853e2761e7ab5e336e9e57887db Mon Sep 17 00:00:00 2001 From: Markus Heurung Date: Tue, 1 Oct 2024 13:39:59 +0200 Subject: [PATCH] trying to get the magic trackpad to work over bluetooth. no success so far. --- hosts/cube-hardware-configuration.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/hosts/cube-hardware-configuration.nix b/hosts/cube-hardware-configuration.nix index 52b859d..515a1db 100644 --- a/hosts/cube-hardware-configuration.nix +++ b/hosts/cube-hardware-configuration.nix @@ -55,6 +55,11 @@ bluetooth = { enable = true; powerOnBoot = true; + input = { + General = { + UserspaceHID = true; + }; + }; settings = { General = { Enable = "Source,Sink,Media,Socket";