Reorganized the repo

This commit is contained in:
willifan 2024-07-06 21:33:59 +02:00
parent 5176e7cdf8
commit f1b559ba06
62 changed files with 182 additions and 45 deletions

View file

@ -1,7 +1,8 @@
{ pkgs, hostname, ... }:
{ pkgs, hostname, type, ... }:
{
imports = [
./common
./${type}
./${hostname}
];
}