Files
system-config/system/features/bluetooth.nix

8 lines
79 B
Nix

{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
bluez
];
}