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