NixFiles/systems/mdesktop/bluetooth.nix
2023-04-02 18:01:14 +01:00

7 lines
92 B
Nix

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