fix(darwin): Rename homebrew primaryUser to user
This commit is contained in:
parent
3d64bf5a6e
commit
3af11b2519
1 changed files with 1 additions and 1 deletions
|
@ -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" ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue