Add conveniene command for boot version history

This commit is contained in:
thiloho
2023-06-27 19:24:13 +02:00
parent efc6f86ddd
commit b7ac1597dd

View File

@@ -155,6 +155,7 @@
rbs = "sudo nixos-rebuild switch --flake ."; rbs = "sudo nixos-rebuild switch --flake .";
off = "sudo systemctl poweroff"; off = "sudo systemctl poweroff";
cleanup = "nix store optimise && nix-collect-garbage -d && sudo nix store optimise && sudo nix-collect-garbage -d"; cleanup = "nix store optimise && nix-collect-garbage -d && sudo nix store optimise && sudo nix-collect-garbage -d";
listboots = "nix profile history --profile /nix/var/nix/profiles/system";
}; };
}; };
helix = { helix = {