nixdots/system/default.nix

13 lines
150 B
Nix

_: {
imports = [
./hardware
./boot
./services
./programs
./nix
./system.nix
./network.nix
./localisation.nix
];
}