all repos — nixfiles @ 16af5f3d7f3438169868624b155455403db45fa2

System and user configuration, managed by nix and home-manager

darwin: add system python installation to $PATH

Alan Pearce
commit

16af5f3d7f3438169868624b155455403db45fa2

parent

1af689fc19abdcc9905295e3ad2a56d067918e82

1 file changed, 1 insertion(+), 0 deletions(-)

jump to
M user/settings/darwin.nixuser/settings/darwin.nix
@@ -52,6 +52,7 @@ };
programs.zsh.envExtra = '' SHELL_SESSIONS_DISABLE=1 + path+=($HOME/Library/Python/3.8/bin) ''; programs.ssh.extraConfig = '' IdentityAgent /Users/alan/Library/Containers/com.maxgoedjen.Secretive.SecretAgent/Data/socket.ssh