about summary refs log tree commit diff
path: root/users/glittershark/system/system/machines/chupacabra.nix
diff options
context:
space:
mode:
authorGriffin Smith <grfn@gws.fyi>2021-02-24T17·38-0500
committerglittershark <grfn@gws.fyi>2021-02-24T17·46+0000
commit949e55fde99398cc234196f9e69a3239c6c306a6 (patch)
treeb43905ab72cf2a1e5efb7ea95e412f06f13ddb0a /users/glittershark/system/system/machines/chupacabra.nix
parent06263bfde251a13b53b4cb7665b8b7c059701858 (diff)
feat(gs/system): Add config for laptop battery r/2232
hibernate on low battery, and when the power button is pressed

Change-Id: I6560fc770ee5707e59fb2763614de2b8000e156e
Reviewed-on: https://cl.tvl.fyi/c/depot/+/2550
Reviewed-by: glittershark <grfn@gws.fyi>
Tested-by: BuildkiteCI
Diffstat (limited to 'users/glittershark/system/system/machines/chupacabra.nix')
-rw-r--r--users/glittershark/system/system/machines/chupacabra.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/glittershark/system/system/machines/chupacabra.nix b/users/glittershark/system/system/machines/chupacabra.nix
index d2060f9ab3..4f7f39ee5a 100644
--- a/users/glittershark/system/system/machines/chupacabra.nix
+++ b/users/glittershark/system/system/machines/chupacabra.nix
@@ -3,7 +3,7 @@
 {
   imports = [
     ../modules/common.nix
-    ../modules/reusable/battery.nix
+    ../modules/laptop.nix
     ../modules/tvl.nix
     ../modules/fcitx.nix
     ../modules/rtlsdr.nix