Files
.hive/modules/hardware/bluetooth.nix
T
2026-03-27 17:49:01 +01:00

6 lines
82 B
Nix

{
flake.nixosModules.bluetooth = {
hardware.bluetooth.enable = true;
};
}