about summary refs log tree commit diff
path: root/modules/module-list.nix
diff options
context:
space:
mode:
authorsternenseemann <sternenseemann@systemli.org>2022-03-02 22:02:30 +0100
committersternenseemann <sternenseemann@systemli.org>2022-03-02 22:07:13 +0100
commitda978ff35ac851daf060d36b82920f09f5fcccfe (patch)
treeac57149549e80196df623c1fdf9fe50451a86f33 /modules/module-list.nix
parenta6a2ba7139adf1a5661c21d79217f19d8e620f62 (diff)
machines/sternenseemann: use upower over low-battery
I had some weird issues with the low-battery udev rule, mainly it not
triggering when it should. Usually, the event would only get processed
when the battery changed state, e.g. from Discharging to Charging.
Consequently, the laptop would hibernate when you'd save it from running
out of battery by plugging it in, but, if you forgot, it'd be content to
run out of battery.

I'll try upower instead now which is the “normal” solution used by the
major desktop environments. It's has some extra complexity, as it also
provides a d-bus API for other applications to use, but we'll see how it
goes.
Diffstat (limited to 'modules/module-list.nix')
-rw-r--r--modules/module-list.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/module-list.nix b/modules/module-list.nix
index 3c1d5adc..7429c887 100644
--- a/modules/module-list.nix
+++ b/modules/module-list.nix
@@ -4,7 +4,6 @@
   ./core/tests.nix
   ./core/lazy-packages.nix
   ./hardware/gamecontroller.nix
-  ./hardware/low-battery.nix
   ./hardware/rtl8192cu
   ./hardware/t100ha
   ./hardware/thinkpad.nix