]> Git — Sourcephile - julm/julm-nix.git/blob - nixos/profiles/bluetooth.nix
modemmanager-1-18: useless to check build
[julm/julm-nix.git] / nixos / profiles / bluetooth.nix
1 { config, ... }:
2 {
3 hardware.bluetooth.enable = true;
4 hardware.bluetooth.powerOnBoot = true;
5 services.blueman.enable = config.services.xserver.enable;
6 }