Files
cnix/system/etc/bluetooth/default.nix
2024-08-03 14:03:54 +02:00

9 lines
97 B
Nix

{
hardware = {
bluetooth = {
enable = true;
powerOnBoot = false;
};
};
}