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 =
{ pkgs, ... }:
{
hardware.firmware = [ pkgs.rtl8761b-firmware ];
hardware.bluetooth = {
enable = true;
powerOnBoot = true;