nichts/options/common/bluetooth.nix

9 lines
115 B
Nix
Raw Normal View History

2024-07-07 13:23:38 +02:00
_: {
hardware.bluetooth = {
enable = true;
powerOnBoot = true;
};
2024-04-16 16:04:17 +02:00
services.blueman.enable = true;
2024-04-16 16:04:17 +02:00
}