Description
Vanilla OS package manager.
Apx is the Vanilla OS package manager that allows you to install packages from multiple sources inside managed containers without altering the host system.
Note: This package requires Podman to be enabled in your NixOS configuration. Add the following to your configuration.nix:
virtualisation.podman.enable = true; environment.systemPackages = with pkgs; [ apx ];