{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
nix-output-monitor
nix-top
nix-search-cli # nix-search
nix-diff
comma
];
}