mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-12-21 19:24:15 +00:00
add "dirt" script to watch disk buffers
This commit is contained in:
parent
85a9fdf348
commit
2a645b0def
1 changed files with 2 additions and 0 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue