diff --git a/modules/hardware/bluetooth.nix b/modules/hardware/bluetooth.nix index 1b74c79..3463748 100644 --- a/modules/hardware/bluetooth.nix +++ b/modules/hardware/bluetooth.nix @@ -12,6 +12,6 @@ }; }; environment.systemPackages = with pkgs; [ - zmkBATx + zmkbatx ]; }