dotfiles.nix/home-manager/sajenim/features/desktop/cava/default.nix
2024-11-09 08:12:55 +08:00

15 lines
270 B
Nix

{...}: {
programs.cava = {
enable = true;
settings = {
general.framerate = 60;
input.method = "pulse";
smoothing.noise_reduction = 88;
color = {
background = "'#1d2021'";
foreground = "'#d4be98'";
};
};
};
}