darwin: fix path

This commit is contained in:
Guanran Wang 2023-11-04 22:03:00 +08:00
parent b973f3176a
commit d3904feecd
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