Convert from spotifyd to official client

This commit is contained in:
Jacob Hinkle 2023-02-17 09:41:12 -05:00
parent a17046c4db
commit 94b0c4ff61

View File

@ -7,6 +7,7 @@
({lib, ...}: { ({lib, ...}: {
nixpkgs.config.allowUnfreePredicate = pkg: nixpkgs.config.allowUnfreePredicate = pkg:
builtins.elem (lib.getName pkg) [ builtins.elem (lib.getName pkg) [
"spotify"
"zoom" "zoom"
]; ];
}) })
@ -53,6 +54,7 @@
signal-desktop signal-desktop
sops sops
speedcrunch speedcrunch
spotify
spotify-tui spotify-tui
sxiv sxiv
#texlive.combined.scheme-full #texlive.combined.scheme-full
@ -288,7 +290,7 @@
verbose = true; verbose = true;
}; };
spotifyd = { spotifyd = {
enable = true; enable = false;
settings = { settings = {
global = { global = {
username_cmd = "${pkgs.coreutils}/bin/cat /run/secrets/spotify/username"; username_cmd = "${pkgs.coreutils}/bin/cat /run/secrets/spotify/username";