add "dirt" script to watch disk buffers

This commit is contained in:
Sean Buckley 2021-03-22 15:09:30 -04:00
parent 85a9fdf348
commit 2a645b0def

View file

@ -37,6 +37,8 @@ in
rsync rsync
nixpkgs-fmt nixpkgs-fmt
(writeShellScriptBin "dirt" "while sleep 1; do grep '^Dirty:' /proc/meminfo ; done")
(writeShellScriptBin "nix-roots" "nix-store --gc --print-roots | grep -v ^/proc/") (writeShellScriptBin "nix-roots" "nix-store --gc --print-roots | grep -v ^/proc/")
(vim_configurable.customize { (vim_configurable.customize {