zaneyos/modules/home/btop.nix

11 lines
105 B
Nix
Raw Normal View History

{ ... }:
{
programs.btop = {
enable = true;
settings = {
vim_keys = true;
};
};
}