{ username ? throw "username argument is required", }: { pkgs, ... }: { home-manager.users.${username}.home.packages = with pkgs; [ imagemagick ]; }