darwin,fix: introduced by path changes in e6f857

This commit is contained in:
Guanran Wang 2023-09-27 14:24:16 +08:00
parent ce813f3edc
commit f3116799a6
Signed by: nyancat
SSH key fingerprint: SHA256:8oWGKciPALWut/6WA27oFKofX+6Wtc0gQnsefXLQx/8
3 changed files with 2 additions and 3 deletions

View file

@ -4,7 +4,6 @@
imports = [
./networking
./packages
./users
./input.nix
];

View file

@ -51,7 +51,7 @@
{
home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true;
home-manager.users.guanranwang = import ./flakes/home-manager/guanranwang/darwin/home.nix;
home-manager.users.guanranwang = import ./users/guanranwang/home-manager/darwin/home.nix;
}
];
};

View file

@ -2,7 +2,7 @@
{
imports = [
../../flakes/darwin/main.nix
../../darwin/main.nix
];
networking.knownNetworkServices = [
"Ethernet"