diff --git a/pixi/.pixi/manifests/pixi-global.toml b/pixi/.pixi/manifests/pixi-global.toml index 67874ff..63278da 100644 --- a/pixi/.pixi/manifests/pixi-global.toml +++ b/pixi/.pixi/manifests/pixi-global.toml @@ -14,3 +14,8 @@ exposed = { lazygit = "lazygit" } channels = ["conda-forge"] dependencies = { lf = "*" } exposed = { lf = "lf" } + +[envs.eza] +channels = ["conda-forge"] +dependencies = { eza = "*" } +exposed = { eza = "eza" }