6 lines
113 B
Nix
6 lines
113 B
Nix
{pkgs, ...}: {
|
|
hardware.bluetooth = {
|
|
enable = true;
|
|
};
|
|
environment.systemPackages = [pkgs.bluetui];
|
|
}
|