nix-dotfiles/modules/network/bluetooth/default.nix
2023-11-19 19:31:04 -08:00

7 lines
144 B
Nix

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