diff --git a/system/dev/docker.nix b/system/dev/docker.nix index 9b4e76c..7f797e8 100644 --- a/system/dev/docker.nix +++ b/system/dev/docker.nix @@ -1,6 +1,7 @@ { lib, config, + pkgs, ... }: with lib; let @@ -14,6 +15,9 @@ in { }; config = { + environment.systemPackages = mkIf cfg.podman.enable [ + pkgs.podman-desktop + ]; virtualisation = { docker = mkIf (cfg.enable && !cfg.podman.enable) { enable = true; diff --git a/users/phundrak/packages.nix b/users/phundrak/packages.nix index 57acb35..4527cd1 100644 --- a/users/phundrak/packages.nix +++ b/users/phundrak/packages.nix @@ -74,8 +74,6 @@ with lib; { dive # A tool for exploring each layer in a docker image grype # Vulnerability scanner for container images and filesystems kicad # Working on my custom keyboard - podman-desktop - podman-compose tectonic # better LaTeX engine virt-manager zeal