nixos-config/modules/common/bluetooth.nix
2025-09-04 10:21:17 +02:00

4 lines
77 B
Nix

_: {
hardware.bluetooth.enable = true;
services.blueman.enable = true;
}