nichts/hosts/world/default.nix

9 lines
117 B
Nix
Raw Normal View History

2025-05-15 11:22:57 +02:00
_: {
imports = [
./configuration.nix
./programs.nix
./hardware-configuration.nix
./hardware
];
}