/ cli / btop.nix
btop.nix
1  { config, lib, pkgs, ... }: { programs.btop = { enable = true; }; }