From f2a6f28fdd7d9aee92968f995cad20c1333caace Mon Sep 17 00:00:00 2001 From: Kabbone Date: Sat, 28 Feb 2026 09:17:03 +0100 Subject: [PATCH] revert zmkbatx rename --- modules/hardware/bluetooth.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ]; }