Remove unreferenced clan modules

This commit is contained in:
Qubasa
2024-05-02 16:34:11 +02:00
parent 4baa36a40b
commit d897ac390c
7 changed files with 1 additions and 44 deletions

View File

@@ -9,13 +9,5 @@
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
];
};
}