From 701a5aea1f5f7d4c89346ac1349ea7129e0b862c Mon Sep 17 00:00:00 2001 From: ooks-io Date: Sun, 7 Apr 2024 23:40:53 +1200 Subject: [PATCH] refactor(profiles): change to new power module in laptop profile --- system/profiles/laptop/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/profiles/laptop/default.nix b/system/profiles/laptop/default.nix index a292846..12f5e90 100644 --- a/system/profiles/laptop/default.nix +++ b/system/profiles/laptop/default.nix @@ -11,9 +11,9 @@ in systemModules = { hardware = { bluetooth.enable = true; - power.enable = true; backlight.enable = true; }; + laptop.power.enable = true; }; }; }