homebrew
This commit is contained in:
parent
8a4808ec22
commit
55ea8e3dc9
|
@ -57,5 +57,9 @@ with nLib; {
|
||||||
# lib.mkDefault inputs.emacs.packages."${pkgs.system}".emacsPgtk;
|
# lib.mkDefault inputs.emacs.packages."${pkgs.system}".emacsPgtk;
|
||||||
# Allow management of launchd agents
|
# Allow management of launchd agents
|
||||||
launchd.enable = true;
|
launchd.enable = true;
|
||||||
|
# Add homebrew to fish path
|
||||||
|
programs.fish.shellInit = ''
|
||||||
|
fish_add_path /opt/homebrew/bin/
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue