NiksOS/system/hardware/bluetooth.nix
2025-02-14 19:40:27 +00:00

6 lines
113 B
Nix

{pkgs, ...}: {
hardware.bluetooth = {
enable = true;
};
environment.systemPackages = [pkgs.bluetui];
}