Files
2025-07-26 22:53:41 +02:00

9 lines
78 B
Nix

{ config, lib, pkgs, ... }:
{
imports = [
./podman
./docker
];
}