refactor(darwin): import via ./hosts

rename modules/ -> hosts/
This commit is contained in:
Poby 2026-03-16 22:01:29 +09:00
parent cf1d776efa
commit fb3f35e153
No known key found for this signature in database
6 changed files with 9 additions and 6 deletions

8
hosts/default.nix Normal file
View file

@ -0,0 +1,8 @@
{...}: {
imports = [
./apps.nix
./host-users.nix
./nix-core.nix
./system.nix
];
}