nixdots/system/default.nix
2024-04-07 18:31:50 +02:00

14 lines
173 B
Nix

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