nichts/hosts/temperance/default.nix

10 lines
134 B
Nix
Raw Normal View History

2024-04-10 17:56:10 +02:00
_: {
imports = [
./configuration.nix
./programs.nix
./hardware-configuration.nix
2024-09-18 23:04:27 +02:00
./hardware
2024-09-20 15:45:44 +02:00
./filesystem
];
2024-04-10 17:56:10 +02:00
}