nixdots/system/default.nix
2024-03-23 21:48:54 +01:00

13 lines
154 B
Nix

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