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