nichts/hosts/default.nix

9 lines
132 B
Nix
Raw Normal View History

2024-04-10 17:44:54 +02:00
_: {
imports = [
./configuration.nix
./programs.nix
./hardware-configuration.nix
./profile.nix
];
2024-04-10 17:39:26 +02:00
}