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 = [ 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