This commit is contained in:
2026-02-18 09:24:29 +03:00
parent 9449dcaf65
commit 564458ecb5
2 changed files with 1 additions and 1 deletions
+16
View File
@@ -0,0 +1,16 @@
{
config,
pkgs,
inputs,
...
}:
{
imports = [
./3x-ui.nix
];
environment.systemPackages = with pkgs; [
compose2nix
podman-tui
];
}