we
This commit is contained in:
parent
c2db155794
commit
6361ad60f8
6 changed files with 100 additions and 14 deletions
8
common/bluetooth.nix
Normal file
8
common/bluetooth.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{config, lib ,...}
|
||||
|
||||
{
|
||||
hardware.bluetooth.enable = true;
|
||||
hardware.bluetooth.powerOnBoot = true;
|
||||
|
||||
services.blueman.enable = true;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue