added btop config.

This commit is contained in:
Gabe Venberg 2024-05-16 17:49:31 -05:00
parent 221b6254c4
commit 158db6b042
2 changed files with 14 additions and 1 deletions

View file

@ -0,0 +1,13 @@
{
config,
pkgs,
lib,
...
}: {
programs.btop = {
enable = true;
settings = {
vim_keys = true;
};
};
}