nixfiles/profiles/connectivity/bluetooth/bluetooth.nix
2024-04-01 18:19:39 +02:00

5 lines
81 B
Nix

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