nixos/copilot/modules/services/bluetooth.nix
2026-02-10 13:41:47 +01:00

4 lines
83 B
Nix

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