dotfiles/modules/bluetooth.nix
Parker TenBroeck 0a62ab530d initial
2026-05-22 22:12:31 -04:00

4 lines
74 B
Nix

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