{ pkgs, username, inputs, ... }: { environment.systemPackages = with pkgs; [ zsh ]; hjem.users.${username}.packages = with pkgs; [ tlrc unzip neovim btop curl git neofetch statix wget wl-clipboard ]; }