nixdots/system/default.nix
2024-03-24 12:26:11 +01:00

13 lines
154 B
Nix

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