This commit is contained in:
Dennis Schoepf 2026-03-04 01:07:59 +01:00
parent b18a469f03
commit c855979239

View file

@ -3,6 +3,8 @@
flake.modules.nixos.bluetooth = flake.modules.nixos.bluetooth =
{ pkgs, ... }: { pkgs, ... }:
{ {
hardware.firmware = [ pkgs.rtl8761b-firmware ];
hardware.bluetooth = { hardware.bluetooth = {
enable = true; enable = true;
powerOnBoot = true; powerOnBoot = true;