nichts/hosts/lars/dyonisos/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-11 22:14:55 +02:00
./programs.nix
2024-04-12 10:34:06 +02:00
./configuration.nix
2024-04-11 22:14:55 +02:00
./hardware-configuration.nix
./profile.nix
];
}