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:
parent
d37ff3ecf6
commit
3f7d0e58fe
1 changed files with 3 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue