nixfiles/profiles/bluetooth/bluetooth.nix
2021-12-26 12:38:23 +00:00

5 lines
83 B
Nix

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