add podman on nixdesk

This commit is contained in:
xunuwu 2025-05-11 14:01:19 +02:00
parent 77412cf2ac
commit f357cf5c52
2 changed files with 6 additions and 0 deletions

View file

@ -0,0 +1,5 @@
{
virtualisation.podman = {
enable = true;
};
}