lenovo/z: add Lenovo Thinkpad Z(13)

Co-authored-by: toastal <toastal@posteo.net>
This commit is contained in:
Marijan Petričević
2022-09-01 09:47:30 +02:00
parent 12620020f7
commit fb635bfba0
4 changed files with 32 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
{ config, lib, pkgs, ... }: {
imports = [
../../../../lenovo/thinkpad/z
];
}