readded t14 amd gen1 to new folder structure

This commit is contained in:
Ronny Esterluss
2022-02-04 15:10:46 +01:00
parent 2e4ee9d5e8
commit 6e9617a733
2 changed files with 11 additions and 2 deletions

View File

@@ -0,0 +1,8 @@
{ config, lib, pkgs, ... }:
{
imports = [
../.
];
}