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