Add lazydocker and lazypodman alias.
This commit is contained in:
parent
12deb53dfe
commit
aa761fa510
1 changed files with 3 additions and 1 deletions
|
@ -32,6 +32,8 @@
|
|||
|
||||
# nvd - nix visual diff
|
||||
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 activate fish | source
|
||||
|
@ -61,7 +63,7 @@
|
|||
# with more details log output
|
||||
nix-output-monitor
|
||||
nix-inspect
|
||||
|
||||
lazydocker
|
||||
];
|
||||
|
||||
home.stateVersion = "24.05";
|
||||
|
|
Reference in a new issue