Files
nix/hosts/common/configs/bluetooth/default.nix
Nikolaos Karaolidis a25076c47b Add bluetooth
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
2024-07-04 12:22:55 +03:00

10 lines
136 B
Nix

{
hardware.bluetooth = {
enable = true;
powerOnBoot = true;
settings = {
General.Experimental = true;
};
};
}