nixos/hosts/gendry.jakehillion-terminals.ts.hillion.co.uk/bluetooth.nix

7 lines
142 B
Nix

{ config, pkgs, lib, ... }:
{
config.hardware.bluetooth.enable = true;
config.environment.systemPackages = with pkgs; [ bluez-tools ];
}