This commit is contained in:
2026-02-19 17:45:00 +03:00
parent 3e2e2542da
commit b572f4b817
6 changed files with 49 additions and 5 deletions
+16
View File
@@ -0,0 +1,16 @@
{
config,
pkgs,
inputs,
...
}:
{
imports = [
./3x-ui.nix
];
environment.systemPackages = with pkgs; [
compose2nix
podman-tui
];
}