refactor(profiles): change to new power module in laptop profile
This commit is contained in:
parent
6f85dd1212
commit
701a5aea1f
1 changed files with 1 additions and 1 deletions
|
|
@ -11,9 +11,9 @@ in
|
||||||
systemModules = {
|
systemModules = {
|
||||||
hardware = {
|
hardware = {
|
||||||
bluetooth.enable = true;
|
bluetooth.enable = true;
|
||||||
power.enable = true;
|
|
||||||
backlight.enable = true;
|
backlight.enable = true;
|
||||||
};
|
};
|
||||||
|
laptop.power.enable = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue