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