Files
amazing-dotfiles/modules/btop.nix
2026-02-20 00:10:40 +01:00

12 lines
151 B
Nix

{ pkgs, ... }:
{
programs.btop = {
enable = true;
settings = {
vim_keys = true;
color_theme = "catppuccin_mocha";
};
};
}