modules/thinkpad: initial commit

This commit is contained in:
Alejandro Soto 2025-08-06 14:25:43 -06:00
parent 4a7e6f545c
commit a69723cf87
No known key found for this signature in database
GPG key ID: A2C4C79764EE8F16
2 changed files with 41 additions and 0 deletions

View file

@ -0,0 +1,11 @@
{
config,
doctrine,
...
}:
doctrine.lib.mkModule {
inherit config;
name = "thinkpad";
sys = ./sys.nix;
requires = ["laptop"];
}