about summary refs log blame commit diff stats
path: root/modules/home/conf/btop/default.nix
blob: 06b56ea7fdd311218902d8b8069d2a5c4db5687c (plain) (tree)
1
2
3
4
5
                

                   
 
{config, ...}: {
  programs.btop = {
    enable = true;
  };
}