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 = [ imports = [
./dns.nix ./dns.nix
./proxy.nix
]; ];
} }

View file

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

View file

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