nixfiles/profiles/nixos/connectivity/bluetooth.nix
2024-07-24 14:13:59 +01:00

5 lines
81 B
Nix

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