feat(laptop): move power module into new laptop module

This commit is contained in:
ooks-io 2024-04-07 22:59:11 +12:00
parent 41ccb34bb3
commit 72011ba30a
5 changed files with 100 additions and 36 deletions

View file

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