nix-config/modules/bluetooth.nix
2024-10-22 21:22:34 +02:00

8 lines
No EOL
112 B
Nix

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