nixfiles/profiles/connectivity/bluetooth/bluetooth.nix
ChaotiCryptidz 91a99a631c run statix
2022-02-10 10:37:09 +00:00

5 lines
77 B
Nix

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