added podman-dektop to workstation

This commit is contained in:
Geir Okkenhaug Jerstad 2024-07-03 16:09:07 +02:00
parent 1f3e2beabf
commit 5cdd0a185f

View file

@ -8,6 +8,7 @@
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
podman-tui podman-tui
podman-compose podman-compose
podman-desktop
]; ];
} }