trivionomicon: thinkpad: move thinkpad config into laptop module

This commit is contained in:
Fabian Montero 2025-09-15 12:52:50 -06:00
parent c54f9c4207
commit acada9b054
Signed by: fabian
GPG key ID: 3EDA9AE3937CCDE3
6 changed files with 49 additions and 41 deletions

View file

@ -2,10 +2,15 @@
config,
lib,
pkgs,
cfg,
...
}: {
services = {
tlp.enable = lib.mkDefault true;
upower.enable = lib.mkDefault true;
};
imports = [
./thinkpad.nix
];
}