Files
nixos-flake/bluetooth.nix
T
2026-01-11 19:35:44 +01:00

8 lines
119 B
Nix

{ pkgs, ... }:
{
# Enable Bluetooth
hardware.bluetooth.enable = true;
hardware.bluetooth.powerOnBoot = false;
}