🚀 add sptlrx

dev-docs
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
1 changed files with 1 additions and 1 deletions

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; };