From 5da21ce346293ed9321c61fff6a880d8857052da Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Thu, 8 Jun 2023 06:04:59 +0800 Subject: [PATCH] feat: add tools - nix-output-monitor --- home/common/core.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/home/common/core.nix b/home/common/core.nix index 1e726698..e1c0f799 100644 --- a/home/common/core.nix +++ b/home/common/core.nix @@ -38,6 +38,12 @@ caddy gnupg + # nix related + # + # it provides the command `nom` works just like `nix + # with more details log output + nix-output-monitor + # productivity hugo ];