nixos-config/modules/home/bluetooth.nix
2024-06-18 16:20:25 +02:00

7 lines
101 B
Nix

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