feat: add spt alias for spotify player

This commit is contained in:
Youwen Wu 2024-11-06 01:44:42 -08:00
parent 9b074ef1c3
commit 6a3c7cfb84
Signed by: youwen5
GPG key ID: 865658ED1FE61EC3

View file

@ -106,5 +106,6 @@
end
'';
};
spt = "${pkgs.spotify-player}/bin/spotify_player";
};
}