Convert from spotifyd to official client
This commit is contained in:
parent
a17046c4db
commit
94b0c4ff61
@ -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";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user