fix(darwin): Rename homebrew primaryUser to user

This commit is contained in:
Mohammad Rafiq 2025-07-14 02:34:18 +08:00
parent 3d64bf5a6e
commit 3af11b2519
No known key found for this signature in database

View file

@ -5,7 +5,7 @@ in
{ {
flake.modules.darwin.graphical.homebrew = { flake.modules.darwin.graphical.homebrew = {
enable = true; enable = true;
primaryUser = cfg.admin.username; user = cfg.admin.username;
onActivation.cleanup = "uninstall"; onActivation.cleanup = "uninstall";
casks = [ "ghostty" ]; casks = [ "ghostty" ];
}; };