macos: fix home directory
This commit is contained in:
parent
0d1be1643c
commit
5c455e88d5
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
|||
};
|
||||
|
||||
home.username = "zynh";
|
||||
home.homeDirectory = "/Users/zynh/";
|
||||
home.homeDirectory = "/Users/zynh";
|
||||
|
||||
home.packages = with pkgs; [
|
||||
nix-output-monitor
|
||||
|
|
Loading…
Reference in a new issue