nixfiles/system/profile/default.nix

10 lines
97 B
Nix

{...}:
{
imports = [
./base.nix
./pc.nix
./workstation.nix
./server.nix
];
}