nixos-config/hosts/nixos-home/config/bluetooth.nix
2026-07-03 09:15:37 +02:00

7 lines
158 B
Nix

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