{ config, pkgs, ... }: { #home.packages = with pkgs; [ btop ]; programs.btop = { enable = true; settings = { proc_gradient = false; }; }; }