{ pkgs, ... }: { programs.btop = { enable = true; settings = { theme_background = false; preset = 0; vim_keys = true; }; }; }