nix/modules/blue/default.nix
2024-08-21 09:02:49 +02:00

5 lines
81 B
Nix

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