Add bluetooth
This commit is contained in:
parent
012b7b1ff0
commit
4faee020ce
3 changed files with 7 additions and 0 deletions
5
modules/bluetooth.nix
Normal file
5
modules/bluetooth.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
{
|
||||
hardware.bluetooth.enable = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue