NixFiles/systems/tau/bluetooth.nix
2023-05-13 21:48:48 +01:00

7 lines
92 B
Nix

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