🚀 add sptlrx

This commit is contained in:
Moritz Böhme 2022-02-21 17:44:43 +01:00
parent c018768e86
commit 4a797b37fa
No known key found for this signature in database
GPG key ID: 213820E2795F5CF5

View file

@ -2,7 +2,7 @@
{
home-manager.users.moritz = {
home.packages = with pkgs; [ spotify-tui ];
home.packages = with pkgs; [ spotify-tui sptlrx ];
services.spotifyd = {
enable = true;
package = pkgs.spotifyd.override { withMpris = true; };