Files
nix-config/home/pc/common/programs/btop.nix
T
2025-12-01 18:33:37 -05:00

10 lines
134 B
Nix

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