From 94b0c4ff6124290a6b7c1a47fe79f9db941cf964 Mon Sep 17 00:00:00 2001 From: Jacob Hinkle Date: Fri, 17 Feb 2023 09:41:12 -0500 Subject: [PATCH] Convert from spotifyd to official client --- home/jacob.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/home/jacob.nix b/home/jacob.nix index 6031861..cd7532d 100644 --- a/home/jacob.nix +++ b/home/jacob.nix @@ -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";