feat(laptop): move power module into new laptop module
This commit is contained in:
parent
41ccb34bb3
commit
72011ba30a
5 changed files with 100 additions and 36 deletions
|
|
@ -4,7 +4,6 @@
|
|||
imports = [
|
||||
./bluetooth.nix
|
||||
./backlight.nix
|
||||
./power.nix
|
||||
];
|
||||
|
||||
options.systemModules.hardware = {
|
||||
|
|
@ -14,8 +13,5 @@
|
|||
backlight= {
|
||||
enable = lib.mkEnableOption "Enable backlight module";
|
||||
};
|
||||
power = {
|
||||
enable = lib.mkEnableOption "Enable power module";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue