fix(home): Disable Cava temporarily

Using the fixes for autoconf-archive requires building 1.3k+ packages
from source so instead we're just disabling cava instead lol.
This commit is contained in:
punkfairie 2024-11-22 21:00:50 -08:00
parent d37ff3ecf6
commit 3f7d0e58fe
Signed by: punkfairie
GPG key ID: A509E8F77FB9D696

View file

@ -15,7 +15,9 @@ in
config = mkIf cfg.enable {
programs.cava = {
enable = true;
# FIX: Re-enable once https://github.com/NixOS/nixpkgs/pull/355948 is
# ported to nixpkgs/unstable
enable = false;
rose-pine = mkIf colors.isRosePine enabled;