about summary refs log tree commit diff
path: root/modules/bluetooth/default.nix
blob: cb5443f4c0a66148f353f16a32a2c4af1f09afc2 (plain) (blame)
1
2
3
4
5
6
7
{ config, pkgs, ... }:

{
    hardware.bluetooth.enable = true;

    services.blueman.enable = true;
}