This commit is contained in:
2026-02-19 17:47:13 +03:00
parent b572f4b817
commit f187375faa
3 changed files with 14 additions and 1 deletions
+12
View File
@@ -0,0 +1,12 @@
{
config,
lib,
pkgs,
...
}:
{
environment.systemPackages = with pkgs; [
compose2nix
podman-tui
];
}