Set up bluetooth audio
This commit is contained in:
parent
c26a8a2c9b
commit
be352ef463
6 changed files with 24 additions and 18 deletions
hosts/nixos/common/optional
5
hosts/nixos/common/optional/bluetooth.nix
Normal file
5
hosts/nixos/common/optional/bluetooth.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
# https://nixos.wiki/wiki/Bluetooth
|
||||
{
|
||||
hardware.bluetooth.enable = true;
|
||||
hardware.bluetooth.powerOnBoot = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue