NixFiles/system/bluetooth.nix
2023-03-09 08:33:38 +00:00

7 lines
92 B
Nix

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