Files
lux/modules/features/bluetooth.nix
T

7 lines
119 B
Nix

{
flake.modules.nixos.bluetooth = {
hardware.bluetooth.enable = true;
services.blueman.enable = true;
};
}