{ config, lib, pkgs, ... }: { home.packages = with pkgs; [ ironbar cava ]; xdg.configFile.ironbar = { source = ./config; recursive = true; }; }