{ pkgs, user, ... }:
{
home-manager.users.${user} = {
programs.btop.settings = {
theme_background = false;
};
}