about summary refs log tree commit diff stats
path: root/home-manager/config/btop/default.nix
blob: 497ea773df8c63eb2e62f28e1760f500ecdb777f (plain) (blame)
1
2
3
4
5
{config, ...}: {
    programs.btop = {
        enable = true;
    };
}