Add lazydocker and lazypodman alias.

This commit is contained in:
Joseph Hanson 2024-04-30 18:17:21 -05:00
parent 12deb53dfe
commit aa761fa510
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -32,6 +32,8 @@
# nvd - nix visual diff # nvd - nix visual diff
nvdiff = "nixos-rebuild build && nvd diff /run/current-system result"; nvdiff = "nixos-rebuild build && nvd diff /run/current-system result";
lazypodman="sudo DOCKER_HOST=unix:///run/podman/podman.sock lazydocker";
}; };
# rtx hook-env | source # rtx hook-env | source
# rtx activate fish | source # rtx activate fish | source
@ -61,7 +63,7 @@
# with more details log output # with more details log output
nix-output-monitor nix-output-monitor
nix-inspect nix-inspect
lazydocker
]; ];
home.stateVersion = "24.05"; home.stateVersion = "24.05";