diff --git a/modules/hardware/bluetooth.nix b/modules/hardware/bluetooth.nix index 64907b3..a1f70d2 100644 --- a/modules/hardware/bluetooth.nix +++ b/modules/hardware/bluetooth.nix @@ -15,6 +15,6 @@ }; }; environment.systemPackages = with pkgs; [ - zmkbatx + zmkBATx ]; }