From 5cdd0a185fe5d6c8d066594ffaf95ff0541fbfda Mon Sep 17 00:00:00 2001 From: Geir Okkenhaug Jerstad Date: Wed, 3 Jul 2024 16:09:07 +0200 Subject: [PATCH] added podman-dektop to workstation --- workstation/podman.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/workstation/podman.nix b/workstation/podman.nix index 44f2f43..1e74032 100644 --- a/workstation/podman.nix +++ b/workstation/podman.nix @@ -8,6 +8,7 @@ environment.systemPackages = with pkgs; [ podman-tui podman-compose + podman-desktop ]; }