macos: fix home directory

main
Zynh Ludwig 2024-07-28 07:14:18 -07:00
parent 0d1be1643c
commit 5c455e88d5
1 changed files with 1 additions and 1 deletions

View File

@ -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