nix-config/configs/home-manager/btop.nix

14 lines
131 B
Nix

{
config,
pkgs,
lib,
...
}: {
programs.btop = {
enable = true;
settings = {
vim_keys = true;
};
};
}