macos: fix home directory
parent
0d1be1643c
commit
5c455e88d5
|
@ -26,7 +26,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
home.username = "zynh";
|
home.username = "zynh";
|
||||||
home.homeDirectory = "/Users/zynh/";
|
home.homeDirectory = "/Users/zynh";
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
nix-output-monitor
|
nix-output-monitor
|
||||||
|
|
Loading…
Reference in New Issue