treewide: remove battery-notify script

This commit is contained in:
Primrose 2025-07-01 20:42:01 +02:00
parent 32b6fbccf0
commit ae8273ee9d
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
5 changed files with 0 additions and 84 deletions

View file

@ -103,12 +103,6 @@
enable = true;
components = ["secrets"];
};
battery-notify = {
enable = true;
device_full = "/sys/class/power_supply/BAT0/charge_full";
device_now = "/sys/class/power_supply/BAT0/charge_now";
};
};
}
];