nixfiles/profiles/connectivity/bluetooth/bluetooth.nix

5 lines
81 B
Nix
Raw Normal View History

2024-04-01 17:19:39 +01:00
{...}: {
2021-12-26 12:38:23 +00:00
hardware.bluetooth.enable = true;
services.blueman.enable = true;
}