nix-config/home/toast/modules/btop.nix

9 lines
126 B
Nix

{
programs.btop = {
enable = true;
settings = {
color_theme = "Default";
vim_keys = true;
};
};
}