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