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