world: init

This commit is contained in:
Bloxx12 2025-05-15 11:22:57 +02:00
commit 9fbc6e83ba
Signed by: faukah
SSH key fingerprint: SHA256:Uj2AXqvtdCA4hn5Hq0ZonhIAyUqI1q4w2sMG3Z1TH7E
9 changed files with 192 additions and 2 deletions

8
hosts/world/default.nix Normal file
View file

@ -0,0 +1,8 @@
_: {
imports = [
./configuration.nix
./programs.nix
./hardware-configuration.nix
./hardware
];
}