myNixOSConfig/services/bluetooth.nix
2024-09-07 08:36:34 +02:00

8 lines
73 B
Nix

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