fix: use correct home.nix path on darwin

This commit is contained in:
Guanran Wang 2023-09-20 06:06:07 +08:00
parent d7fcdf05b9
commit 2b0066702e
Signed by: nyancat
SSH key fingerprint: SHA256:8oWGKciPALWut/6WA27oFKofX+6Wtc0gQnsefXLQx/8

View file

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