WilliamHsieh / dotfiles

Personal dotfiles setup with nix and home-manager.
8 stars 0 forks source link

use zsh from nixpkgs for default user shell #59

Open WilliamHsieh opened 3 months ago

WilliamHsieh commented 3 months ago

problem

the system is loading zsh from /bin/zsh, which is set by chsh, while zsh plugins are using glibc compiled by newer version with nix image

solution

  1. add nixpkgs version of zsh to /etc/shells (can be done through system-manager?)
  2. chsh manually for the affected user