Skip to content

Commit

Permalink
Disable EAF try: keeps python gets crushed
Browse files Browse the repository at this point in the history
  • Loading branch information
HyunggyuJang committed Apr 29, 2022
1 parent ea083cf commit 5152f22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion darwin/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3660,7 +3660,7 @@ yabai -m rule --add app="^zoom$" space=4
# which source *-set-environment file.
"${environment.variables.EMACSDIR}/bin"
"${brewpath}/bin"
"$(${brewpath}/bin/python -m site --user-base)/bin"
# "$(${brewpath}/bin/python -m site --user-base)/bin"
];
profiles = mkForce ([ "$HOME/.nix-profile" "/run/current-system/sw" ]);
} // (if localconfig.hostname == "classic" then {
Expand Down

0 comments on commit 5152f22

Please sign in to comment.