From 54a02e7f32d18ff5d8517c1ca01d4b460afc43b9 Mon Sep 17 00:00:00 2001 From: DDEV User Date: Thu, 19 Mar 2026 17:24:37 +0100 Subject: [PATCH] [TASK] Improve dualsense connetion --- nixos/common.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/nixos/common.nix b/nixos/common.nix index 39d5d43..c17c7be 100644 --- a/nixos/common.nix +++ b/nixos/common.nix @@ -6,6 +6,11 @@ boot.loader.systemd-boot.configurationLimit = 5; boot.loader.efi.canTouchEfiVariables = true; + boot.kernelModules = [ "hidp" ]; + + hardware.bluetooth.enable = true; + hardware.bluetooth.settings.Policy.ReconnectAttempts = 0; + # System-Tuning für JetBrains Tools boot.kernel.sysctl = { "fs.inotify.max_user_watches" = 1048576;