Add Podman

This commit is contained in:
2023-08-17 18:11:41 -04:00
parent 74e0256933
commit de6470192b

View File

@@ -1,4 +1,10 @@
{ lib, config, pkgs, ... }: {
virtualisation = {
podman = {
enable = true;
};
};
environment.systemPackages = with pkgs; [
godot_4
cbqn-replxx