{ pkgs, ... }: { programs = { zsh = { enable = true; }; }; environment.systemPackages = with pkgs; [ vim home-manager ]; }