Files
nix-config/hosts/common/optional/services/bluetooth.nix
2025-09-27 22:27:55 +05:00

8 lines
128 B
Nix

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