nixos-config/modules/core/bluetooth.nix

8 lines
101 B
Nix
Raw Permalink Normal View History

2024-06-18 16:20:25 +02:00
{ config, pkgs, ... }:
{
hardware.bluetooth = {
enable = true;
powerOnBoot = true;
};
}