{ config, lib, ... }: lib.mkIf config.programs.btop.enable { programs.btop = { settings = { color_theme = "Default"; theme_background = false; }; }; }