nix-config/nixos/common/bluetooth.nix
2024-08-21 15:15:04 +02:00

8 lines
97 B
Nix

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