nix-config/modules/bluetooth.nix

11 lines
103 B
Nix

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