nixos-config/hosts/nixos-home/config/basesystem/bluetooth.nix
2026-08-07 09:49:17 +02:00

6 lines
124 B
Nix

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