nix-config/home/toast/programs/btop.nix
2025-08-04 21:29:27 +09:00

9 lines
126 B
Nix

{
programs.btop = {
enable = true;
settings = {
color_theme = "Default";
vim_keys = true;
};
};
}