added disko module, common-config, cleanup, etc.

This commit is contained in:
eyjhb 2024-08-08 19:02:02 +02:00
parent 8ad126aa99
commit 52af8fc06e
Signed by: eyjhb
GPG key ID: 609F508E3239F920
9 changed files with 314 additions and 156 deletions

7
shared/default.nix Normal file
View file

@ -0,0 +1,7 @@
{
imports = [
./base/common-config.nix
./platforms
./modules
];
}