dotfiles/modules/virtualisation/default.nix

12 lines
96 B
Nix

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