This commit is contained in:
waveringana 2025-06-16 04:17:13 -04:00
parent c2db155794
commit 6361ad60f8
6 changed files with 100 additions and 14 deletions

8
common/bluetooth.nix Normal file
View file

@ -0,0 +1,8 @@
{config, lib ,...}
{
hardware.bluetooth.enable = true;
hardware.bluetooth.powerOnBoot = true;
services.blueman.enable = true;
}