nixos-config/modules/common/bluetooth.nix

5 lines
77 B
Nix
Raw Permalink Normal View History

2025-09-04 10:21:17 +02:00
_: {
hardware.bluetooth.enable = true;
services.blueman.enable = true;
}