use flake
export LASTFM_EDIT_USERNAME="IvanMalison"
export LASTFM_EDIT_PASSWORD="$(pass show last.fm | head -n 1)"
export LASTFM_EDIT_API_KEY="$(pass show last.fm | grep api-key | cut -d' ' -f2)"
