From 7dba8992190f460489e99fc30b1328d28b5958a6 Mon Sep 17 00:00:00 2001 From: Kabbone Date: Mon, 1 Jun 2026 17:45:01 +0200 Subject: [PATCH] rename zmkbatx --- 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 1b74c79..3463748 100644 --- a/modules/hardware/bluetooth.nix +++ b/modules/hardware/bluetooth.nix @@ -12,6 +12,6 @@ }; }; environment.systemPackages = with pkgs; [ - zmkBATx + zmkbatx ]; }