feat(darwin): Add primaryUser to homebrew config
This commit is contained in:
parent
92e6da3645
commit
cf6917e56d
1 changed files with 8 additions and 5 deletions
|
@ -1,7 +1,10 @@
|
||||||
{
|
{
|
||||||
flake.modules.darwin.graphical.homebrew = {
|
flake.modules.darwin.graphical.homebrew =
|
||||||
enable = true;
|
{ config, ... }:
|
||||||
onActivation.cleanup = "uninstall";
|
{
|
||||||
casks = [ "ghostty" ];
|
enable = true;
|
||||||
};
|
primaryUser = config.home.username;
|
||||||
|
onActivation.cleanup = "uninstall";
|
||||||
|
casks = [ "ghostty" ];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue