feat: add bluetooth support'
This commit is contained in:
parent
82d51697c6
commit
6418806a6f
2 changed files with 7 additions and 0 deletions
6
systems/modules/hardware/bluetooth.nix
Normal file
6
systems/modules/hardware/bluetooth.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
hardware.bluetooth = {
|
||||
enable = true;
|
||||
powerOnBoot = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue