1
0
Fork 0
forked from emily/nixfiles
nixfiles-emily/modules/default.nix

9 lines
118 B
Nix

{ ... }: {
imports = [
./deployment
./graphical
./machine-type
./nginx
./update-nixfiles
];
}