Files
nix-config/home-manager/programs/btop.nix
T
autumn-the-kitty-cat ffe63a7a0d init: init
2025-11-17 22:58:39 -05:00

10 lines
134 B
Nix

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