nixos-config/hosts/nixos-laptop/config/bluetooth.nix
2026-07-10 13:22:08 +02:00

6 lines
124 B
Nix

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