This commit is contained in:
2026-02-17 22:05:53 +03:00
parent 2988c9cf56
commit f22981f877
+3 -2
View File
@@ -9,7 +9,8 @@
./3x-ui.nix
];
environment.systemPackages = [
pkgs.compose2nix
environment.systemPackages = with pkgs; [
compose2nix
podman-tui
];
}