main
1{
2  flake.modules.homeManager.desktop = _: {
3    programs.cava = {
4      enable = true;
5      settings = {
6      };
7    };
8  };
9}