This commit is contained in:
Nathan McCarty 2023-07-12 17:20:05 -04:00
parent 8a4808ec22
commit 49541355ee
Signed by: thatonelutenist
SSH Key Fingerprint: SHA256:hwQEcmak9E6sdU9bXc98RHw/Xd1AhpB5HZT7ZSVJkRM
1 changed files with 4 additions and 0 deletions

View File

@ -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
prgorams.fish.shellInit = ''
fish_add_path /opt/homebrew/bin/
'';
}; };
} }