nixfiles/profiles/connectivity/bluetooth/bluetooth.nix
2022-01-16 11:46:16 +00:00

5 lines
83 B
Nix

{ ... }: {
hardware.bluetooth.enable = true;
services.blueman.enable = true;
}