Compare commits

..

No commits in common. "70d06a3ac6b775b0988579d2e90eeaf7277fc1ae" and "6ee132ac99bd22b618722efe38099a253c7d81b1" have entirely different histories.

2 changed files with 0 additions and 19 deletions

View file

@ -1,18 +0,0 @@
{ config, ... }:
{
programs.cava = {
enable = true;
settings = {
color = with config.lib.stylix.colors.withHashtag; {
gradient = 1;
gradient_count = 6;
gradient_color_1 = "'${red}'";
gradient_color_2 = "'${yellow}'";
gradient_color_3 = "'${green}'";
gradient_color_4 = "'${cyan}'";
gradient_color_5 = "'${blue}'";
gradient_color_6 = "'${magenta}'";
};
};
};
}

View file

@ -9,7 +9,6 @@
./git.nix ./git.nix
./ssh.nix ./ssh.nix
./starship.nix ./starship.nix
./cava.nix
]; ];
home = { home = {
packages = with pkgs; [ packages = with pkgs; [