about summary refs log tree commit diff
path: root/users/glittershark/system/system/machines
diff options
context:
space:
mode:
Diffstat (limited to 'users/glittershark/system/system/machines')
-rw-r--r--users/glittershark/system/system/machines/chupacabra.nix2
-rw-r--r--users/glittershark/system/system/machines/yeren.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/users/glittershark/system/system/machines/chupacabra.nix b/users/glittershark/system/system/machines/chupacabra.nix
index d2060f9ab31b..4f7f39ee5aa1 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
diff --git a/users/glittershark/system/system/machines/yeren.nix b/users/glittershark/system/system/machines/yeren.nix
index 7e55f68d0fc0..29dde88bbedb 100644
--- a/users/glittershark/system/system/machines/yeren.nix
+++ b/users/glittershark/system/system/machines/yeren.nix
@@ -4,7 +4,7 @@
   imports = [
     (modulesPath + "/installer/scan/not-detected.nix")
     ../modules/common.nix
-    ../modules/reusable/battery.nix
+    ../modules/laptop.nix
     ../modules/xserver.nix
     ../modules/fonts.nix
     ../modules/sound.nix