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

@ -7,4 +7,5 @@ doctrine.lib.mkModule {
inherit config;
name = "laptop";
sys = ./sys.nix;
options = ./options.nix;
}