trivionomicon: thinkpad: move thinkpad config into laptop module
This commit is contained in:
parent
c54f9c4207
commit
acada9b054
6 changed files with 49 additions and 41 deletions
|
@ -2,10 +2,15 @@
|
|||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
cfg,
|
||||
...
|
||||
}: {
|
||||
services = {
|
||||
tlp.enable = lib.mkDefault true;
|
||||
upower.enable = lib.mkDefault true;
|
||||
};
|
||||
|
||||
imports = [
|
||||
./thinkpad.nix
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue