2023-11-29 23:12:08 +01:00

6 lines
154 B
Nix

{ pkgs, ... }: {
hardware.bluetooth.enable = true;
services.blueman.enable = true;
environment.systemPackages = with pkgs; [ bluez bluez-tools ];
}