<gjabell>
Hey all, just started using nixos + home manager and it's super sweet so far! One question I have so far is how to switch shells so that home-manager manages my shell settings; should I just be installing zsh globally and setting users.<user>.shell = pkgs.zsh in configuration.nix, or is there a better way to do it with home-manager?
<alexarice[m]>
gjabell: I have `users.users.alex.shell = pkgs.zsh` in my `configuration.nix`