nichts/hosts/hermit/default.nix

9 lines
117 B
Nix
Raw Normal View History

2024-04-10 17:56:10 +02:00
_: {
imports = [
./configuration.nix
./programs.nix
./hardware-configuration.nix
./hardware
];
2024-04-10 17:56:10 +02:00
}