Working
This commit is contained in:
parent
bc1347a224
commit
270252e5f8
19 changed files with 178 additions and 84 deletions
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
nixpkgsUnstable,
|
||||
nixosHardware,
|
||||
preCommitHooks,
|
||||
homeManager,
|
||||
doomEmacs,
|
||||
|
@ -48,7 +49,7 @@
|
|||
thinkpad = mkConfiguration {
|
||||
name = "thinkpad";
|
||||
system = supportedSystems.x86_64-linux;
|
||||
modules = [];
|
||||
modules = [nixosHardware.nixosModules.lenovo-thinkpad-x1-7th-gen];
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue