blob: 18889bd4a45ecf1005a55a86115a84da0c46e7ba [file] [log] [blame]
{ pkgs, ... }: {
programs.zsh.enable = true;
environment.systemPackages = with pkgs; [ vim wget ];
}