{ config, pkgs, ... }: { environment.systemPackages = with pkgs; [ wget curl vim nano zsh fzf tmux ]; imports = [ ./zsh.nix ]; }