1

util-watch-doom + more gc (I don't know which is the right gc)

This commit is contained in:
2022-10-15 19:16:23 +02:00
parent b64b39102b
commit 4408a88abe

View File

@ -19,6 +19,11 @@ pkgs.devshell.mkShell {
help = "Show running flatpak operations";
command = "watch -n 0.5 -d procs flatpak";
}
{
name = "util-watch-doom";
help = "Show running doom operations";
command = "watch -n 0.5 -d procs doom";
}
{
name = "util-pkgs-sys";
help = "List currently installed system packages";
@ -61,7 +66,7 @@ pkgs.devshell.mkShell {
{
name = "store-gc";
help = "Run NixOS garbage collector";
command = "nix-store --gc";
command = "nix-store --gc && sudo nix-collect-garbage -d";
}
{
name = "store-optimise";