Files
nixos/modules/networking/bluetooth.nix
2025-07-15 10:45:43 +02:00

9 lines
113 B
Nix

{
hardware.bluetooth = {
enable = true;
powerOnBoot = false;
};
services.blueman.enable = true;
}