nixfiles/profiles/connectivity/bluetooth/bluetooth.nix

5 lines
83 B
Nix
Raw Normal View History

2021-12-26 12:38:23 +00:00
{ ... }: {
hardware.bluetooth.enable = true;
services.blueman.enable = true;
}