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
6
system/modules/laptop/default.nix
Normal file
6
system/modules/laptop/default.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
imports = [
|
||||
./power
|
||||
# ./touchpad
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue