ts fix
This commit is contained in:
parent
b18a469f03
commit
c855979239
1 changed files with 2 additions and 0 deletions
|
|
@ -3,6 +3,8 @@
|
|||
flake.modules.nixos.bluetooth =
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
hardware.firmware = [ pkgs.rtl8761b-firmware ];
|
||||
|
||||
hardware.bluetooth = {
|
||||
enable = true;
|
||||
powerOnBoot = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue