fix: use correct home.nix path on darwin
This commit is contained in:
parent
d7fcdf05b9
commit
2b0066702e
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue