DEVELOPMENT ENVIRONMENT

~liljamo/nix-arta

6b9cea6341a2eabdf59c17499e5d776c0dfb2963 — Jonni Liljamo 4 months ago a83e4db
fix(roles/bluetooth): enable... bluetooth
1 files changed, 1 insertions(+), 0 deletions(-)

M roles/bluetooth.nix
M roles/bluetooth.nix => roles/bluetooth.nix +1 -0
@@ 11,6 11,7 @@ in {
  };

  config = lib.mkIf cfg.enable {
    hardware.bluetooth.enable = true;
    services.blueman.enable = true;

    services.pipewire.wireplumber.extraConfig = lib.mkIf cfg.enableHDAudio {