nichts/hosts/lars/kronos/default.nix

10 lines
143 B
Nix
Raw Normal View History

2024-04-11 22:14:55 +02:00
_: {
imports = [
2024-04-12 07:09:49 +02:00
../.
2024-04-12 15:53:06 +02:00
./programs.nix
./configuration.nix
./hardware-configuration.nix
./profile.nix
2024-04-11 22:14:55 +02:00
];
}