From 8b5e5079e5fd00eadf2e3926c104e4ecf99a5779 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Wed, 4 Sep 2024 19:57:20 -0700 Subject: refac --- modules/hardware/bluetooth.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/hardware/bluetooth.nix') diff --git a/modules/hardware/bluetooth.nix b/modules/hardware/bluetooth.nix index ede4f77..8400a72 100644 --- a/modules/hardware/bluetooth.nix +++ b/modules/hardware/bluetooth.nix @@ -1,5 +1,7 @@ { pkgs, ... }: { + boot.kernelParams = [ "btusb" ]; + hardware.bluetooth = { enable = true; powerOnBoot = true; -- cgit v1.2.3