lots of updates; playing with wine

This commit is contained in:
2025-08-23 14:51:32 +01:00
parent cd1aac83b2
commit dd4ca5a69e
10 changed files with 64 additions and 23 deletions

View File

@@ -28,6 +28,6 @@
# };
};
programs.virt-manager.enable = true;
environment.systemPackages = with pkgs;[ podman-compose ];
environment.systemPackages = with pkgs;[ podman-compose podman-tui podman-desktop ];
}