dotfiles/modules/virtualisation/default.nix

7 lines
65 B
Nix

{
imports = [
./podman.nix
./virtualisation.nix
];
}