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; }; }; }