Move vm clanModules to lib

This commit is contained in:
Qubasa
2024-05-02 16:33:37 +02:00
parent b95d95554a
commit ee552d3020
22 changed files with 25 additions and 20 deletions

View File

@@ -8,4 +8,14 @@
jsonschema = import ./jsonschema { inherit lib; };
modules = import ./description.nix { inherit clan-core; };
buildClan = import ./build-clan { inherit clan-core lib nixpkgs; };
vm-user = ./vm-user;
graphical = ./graphical;
xfce-vm = {
imports = [
./vm-user
./graphical
./xfce-vm
];
};
}