about summary refs log tree commit diff stats
path: root/modules/home.legacy/conf/btop/default.nix
blob: 48572568e46e98193148e14e997107498209799e (plain) (blame)
1
2
3
4
5
{...}: {
  programs.btop = {
    enable = true;
  };
}