From ea4049640b5be510f925ec921859a19306276b76 Mon Sep 17 00:00:00 2001 From: Sean Buckley Date: Mon, 5 Apr 2021 19:08:19 -0400 Subject: [PATCH] add nix-index --- modules/cli.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/cli.nix b/modules/cli.nix index 2b1484f..eb25af4 100644 --- a/modules/cli.nix +++ b/modules/cli.nix @@ -36,6 +36,7 @@ in tcpdump rsync nixpkgs-fmt + nix-index (writeShellScriptBin "dirt" "while sleep 1; do grep '^Dirty:' /proc/meminfo ; done")