1
0
Fork 0

Install skopeo

This commit is contained in:
Daniel Kempkens 2022-06-29 00:20:41 +02:00
parent 40d0a524f4
commit c453448e0f

View file

@ -1,9 +1,10 @@
{ pkgs, config, ... }:
{
home.packages = [
pkgs.podman
pkgs.qemu
home.packages = with pkgs; [
podman
qemu
skopeo
];
xdg.configFile."containers/containers.conf.d/nix.conf".text = ''