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,6 +1,9 @@
|
|||
{
|
||||
flake.modules.darwin.graphical.homebrew = {
|
||||
flake.modules.darwin.graphical.homebrew =
|
||||
{ config, ... }:
|
||||
{
|
||||
enable = true;
|
||||
primaryUser = config.home.username;
|
||||
onActivation.cleanup = "uninstall";
|
||||
casks = [ "ghostty" ];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue