This commit is contained in:
Hadi
2024-03-13 23:32:40 +01:00
parent 6ed623bd6f
commit 8bda501d16
12 changed files with 652 additions and 14 deletions

View File

@@ -0,0 +1,13 @@
{ config, ... }: {
programs.cava = {
enable = true;
settings = {
general.framerate = 60;
smoothing.noise_reduction = 88;
color = {
background = "'#${config.theme.colors.bg}'";
foreground = "'#${config.theme.colors.primary-bg}'";
};
};
};
}

View File

@@ -1 +1 @@
{ imports = [ ./sshconfig.nix ]; }
{ imports = [ ./sshconfig.nix ./cava/default.nix ]; }