all repos — nixfiles @ fc975d16c41c4f92f3e3dde4a837be52051b4e77

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

Port mba darwin configuration to flakes

Alan Pearce
commit

fc975d16c41c4f92f3e3dde4a837be52051b4e77

parent

ad252750a5f086a3fecceacc5a5eaff3d080ab9d

1 file changed, 3 insertions(+), 1 deletion(-)

changed files
M system/settings/darwin.nixsystem/settings/darwin.nix
@@ -25,7 +25,9 @@ programs.zsh = {
enable = true; enableCompletion = false; # Causes >2s startup time, overlaps home-manager config enableBashCompletion = true; - loginShellInit = builtins.readFile "/System/Library/Templates/Data/private/etc/zprofile"; + loginShellInit = '' + source /System/Library/Templates/Data/private/etc/zprofile + ''; interactiveShellInit = '' if [[ "$(locale LC_CTYPE)" == "UTF-8" ]]; then setopt COMBINING_CHARS