This commit is contained in:
Guanran Wang 2023-11-04 22:04:30 +08:00
commit 4869480438
Signed by: nyancat
SSH key fingerprint: SHA256:8oWGKciPALWut/6WA27oFKofX+6Wtc0gQnsefXLQx/8
3 changed files with 5 additions and 6 deletions

View file

@ -1,6 +1,5 @@
{...}: {
imports = [
./dns.nix
./proxy.nix
];
}

View file

@ -1,8 +1,8 @@
{...}: {
imports = [
./networking
./nix
./packages
./system
../networking
../nix
../packages
../system
];
}

View file

@ -1,6 +1,6 @@
{...}: {
imports = [
./core
./core.nix
### Flakes
../../../../flakes/darwin/home-manager.nix