Add Podman

This commit is contained in:
David C
2023-07-06 22:47:29 -04:00
parent 97745e2c86
commit b093b74b45

View File

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