Add pods if podman is enabled

This commit is contained in:
Jordan Holt 2023-12-22 21:56:03 +00:00
parent 0d2d120ef1
commit 037794ee2d
Signed by: jordan
GPG Key ID: B8CFFF61F1CCF520

View File

@ -200,7 +200,9 @@ in {
tokei
tree
wl-clipboard
];
] ++ (if config.virtualisation.podman.enable then [
pods
] else []);
home.services.gpg-agent.pinentryFlavor = "gnome3";
};