util-watch-doom + more gc (I don't know which is the right gc)
This commit is contained in:
@ -19,6 +19,11 @@ pkgs.devshell.mkShell {
|
|||||||
help = "Show running flatpak operations";
|
help = "Show running flatpak operations";
|
||||||
command = "watch -n 0.5 -d procs flatpak";
|
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";
|
name = "util-pkgs-sys";
|
||||||
help = "List currently installed system packages";
|
help = "List currently installed system packages";
|
||||||
@ -61,7 +66,7 @@ pkgs.devshell.mkShell {
|
|||||||
{
|
{
|
||||||
name = "store-gc";
|
name = "store-gc";
|
||||||
help = "Run NixOS garbage collector";
|
help = "Run NixOS garbage collector";
|
||||||
command = "nix-store --gc";
|
command = "nix-store --gc && sudo nix-collect-garbage -d";
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "store-optimise";
|
name = "store-optimise";
|
||||||
|
Reference in New Issue
Block a user