Files
amazing-dotfiles/modules/btop.nix
2026-02-21 01:13:48 +01:00

11 lines
105 B
Nix

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