AlexeyRaga / home.nix

9 stars 1 forks source link

ZSH configuration warning when running darwin-rebuild switch #12

Open MattStannettEP opened 3 months ago

MattStannettEP commented 3 months ago

I encountered the following non-fatal error while running darwin-rebuild switch:

Warning: matts profile: The option `programs.zsh.enableAutosuggestions' defined in `/Users/matts/.nixpkgs/darwin-configuration.nix' has been renamed to `programs.zsh.autosuggestion.enable'.

I did find the following: https://nixos.wiki/wiki/index.php?diff=11422&oldid=11269 which makes the change required [here]( enableAutosuggestions = true;) seem pretty trivial. However, my Nix and Mac knowledge is limited, so I'm unsure if this will be fully compatible with people running slightly older versions.

System information

image

Let me know if there are any further details that I can provide from my side.

AlexeyRaga commented 3 months ago

Thanks, great finding @MattStannettEP !

I'll update it too!