pinwheel: Remove trackpad from battery monitor

This commit is contained in:
Alexander Heldt
2026-02-07 10:58:59 +01:00
parent 29094de29e
commit 3ba141ce36

View File

@@ -30,12 +30,6 @@ in
# Low battery notification for bluetooth devices
systemd.user =
let
trackpad = {
id = "battery_hid_a8o91o3doe5ofeo38_battery";
name = "trackpad";
threshold = "20";
};
headphones = {
id = "headset_dev_38_18_4C_18_A4_6E";
name = "headphones";
@@ -65,7 +59,6 @@ in
in
builtins.listToAttrs (
builtins.map mkTimer [
trackpad
headphones
]
);
@@ -119,7 +112,6 @@ in
in
builtins.listToAttrs (
builtins.map mkService [
trackpad
headphones
]
);