nix-config/nixos/common/bluetooth.nix
2024-08-13 13:08:35 +02:00

7 lines
97 B
Nix

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