refactor(profiles): change to new power module in laptop profile

This commit is contained in:
ooks-io 2024-04-07 23:40:53 +12:00
parent 6f85dd1212
commit 701a5aea1f

View file

@ -11,9 +11,9 @@ in
systemModules = {
hardware = {
bluetooth.enable = true;
power.enable = true;
backlight.enable = true;
};
laptop.power.enable = true;
};
};
}