nix/module/desktop/Bluetooth.nix

6 lines
133 B
Nix
Raw Normal View History

2024-03-28 12:01:06 +03:00
{ ... }: {
hardware.bluetooth.enable = true;
hardware.bluetooth.powerOnBoot = true;
services.blueman.enable = true;
}